#9DF086

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

Shades of Granny Smith Apple #9DF086

Tints of Granny Smith Apple #9DF086

Color information

#9DF086 (or 0x9DF086) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, F0 and 86. RGB value is (157,240,134). Sum of RGB (Red+Green+Blue) = 157+240+134=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF086 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF086 is #620F79. Grayscale: #CBCBCB. Windows color (decimal): -6426490 or 8843421. OLE color: 8843421.

HSL color Cylindrical-coordinate representation of color #9DF086: hue angle of 106.98º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DF086 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB157240134-
CMYK0.3500.440.06
HSL106.98º77.94%73.33%-
HSV(B)106.98º44.17%94.12%-
XYZ49.3771.2133.7-
YUV203.18995.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 240 (94.14% from 255) = 45.20%
BLUE value IS 134 (52.73% from 255) = 25.24%
R=29.57%
G=45.20%
B=25.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572401340.3500.440.06106.9877.9473.33
Hex9DF0862302C66b4e49
Octal235360206430546153116111
Binary1001110111110000100001101000110101100110110101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,240,134); }

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

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

 a { background-color: rgb(157,240,134); }

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

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

 span { border-color: rgb(157,240,134); }

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