#9DEE85

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

Shades of Granny Smith Apple #9DEE85

Tints of Granny Smith Apple #9DEE85

Color information

#9DEE85 (or 0x9DEE85) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, EE and 85. RGB value is (157,238,133). Sum of RGB (Red+Green+Blue) = 157+238+133=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEE85 is #62117A. Grayscale: #CACACA. Windows color (decimal): -6427003 or 8777373. OLE color: 8777373.

HSL color Cylindrical-coordinate representation of color #9DEE85: hue angle of 106.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DEE85 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB157238133-
CMYK0.3400.440.07
HSL106.29º75.54%72.75%-
HSV(B)106.29º44.12%93.33%-
XYZ48.7170.0133.14-
YUV201.8189.1696.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.73%
GREEN value IS 238 (93.36% from 255) = 45.08%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=29.73%
G=45.08%
B=25.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572381330.3400.440.07106.2975.5472.75
Hex9DEE852202C76a4c49
Octal235356205420547152114111
Binary1001110111101110100001011000100101100111110101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,238,133); }

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

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

 a { background-color: rgb(157,238,133); }

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

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

 span { border-color: rgb(157,238,133); }

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