#9DFF70

Color #9DFF70 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #9DFF70

Tints of Feijoa #9DFF70

Color information

#9DFF70 (or 0x9DFF70) is unknown color: approx Feijoa. HEX triplet: 9D, FF and 70. RGB value is (157,255,112). Sum of RGB (Red+Green+Blue) = 157+255+112=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF70 is #62008F. Grayscale: #D1D1D1. Windows color (decimal): -6422672 or 7405469. OLE color: 7405469.

HSL color Cylindrical-coordinate representation of color #9DFF70: hue angle of 101.12º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DFF70 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB157255112-
CMYK0.3800.560
HSL101.12º100%71.96%-
HSV(B)101.12º56.08%100%-
XYZ52.5979.8627.97-
YUV209.473.0390.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 255 (100% from 255) = 48.66%
BLUE value IS 112 (44.14% from 255) = 21.37%
R=29.96%
G=48.66%
B=21.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572551120.3800.560101.1210071.96
Hex9DFF70260380656448
Octal235377160460700145144110
Binary1001110111111111111000010011001110000110010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DFF70; }

 p { color: rgb(157,255,112); }

 H1.HeaderClassName
 {
   color: #9DFF70;
 }
 .AnyTagClassName
 {
   color: #9DFF70;
 }
</style>
background-color css

<style>
 a { background-color: #9DFF70; }

 a { background-color: rgb(157,255,112); }

 div.DivClassName
 {
   background-color: #9DFF70;
 }
 .BgClassName
 {
   background-color: #9DFF70;
 }
</style>
border-color css

<style>
 span { border-color: #9DFF70; }

 span { border-color: rgb(157,255,112); }

 td.TdClassName
 {
   border-color: #9DFF70;
 }
 .TagClassName
 {
   border-color: #9DFF70;
 }
</style>