#9ede95

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

Shades of Granny Smith Apple #9EDE95

Tints of Granny Smith Apple #9EDE95

Color information

#9EDE95 (or 0x9EDE95) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, DE and 95. RGB value is (158,222,149). Sum of RGB (Red+Green+Blue) = 158+222+149=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDE95 is #61216A. Grayscale: #C2C2C2. Windows color (decimal): -6365547 or 9821854. OLE color: 9821854.

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

Color convert

RGB158222149-
CMYK0.2900.330.13
HSL112.6º52.52%72.75%-
HSV(B)112.6º32.88%87.06%-
XYZ45.6561.6837.93-
YUV194.54102.3101.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 222 (87.11% from 255) = 41.97%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=29.87%
G=41.97%
B=28.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582221490.2900.330.13112.652.5272.75
Hex9EDE951D021D713549
Octal236336225350411516165111
Binary100111101101111010010101111010100001110111100011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ede95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,222,149); }

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

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

 a { background-color: rgb(158,222,149); }

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

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

 span { border-color: rgb(158,222,149); }

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