#9EDF9F

Color #9EDF9F Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #9EDF9F

Tints of Granny Smith Apple #9EDF9F

Color information

#9EDF9F (or 0x9EDF9F) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, DF and 9F. RGB value is (158,223,159). Sum of RGB (Red+Green+Blue) = 158+223+159=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDF9F is #612060. Grayscale: #C4C4C4. Windows color (decimal): -6365281 or 10477470. OLE color: 10477470.

HSL color Cylindrical-coordinate representation of color #9EDF9F: hue angle of 120.92º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDF9F is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB158223159-
CMYK0.2900.290.13
HSL120.92º50.39%74.71%-
HSV(B)120.92º29.15%87.45%-
XYZ46.7562.5542.41-
YUV196.27106.97100.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.26%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=29.26%
G=41.30%
B=29.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582231590.2900.290.13120.9250.3974.71
Hex9EDF9F1D01DD79324b
Octal236337237350351517162113
Binary10011110110111111001111111101011101110111110011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,223,159); }

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

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

 a { background-color: rgb(158,223,159); }

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

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

 span { border-color: rgb(158,223,159); }

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