#9DF07F

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

Shades of Granny Smith Apple #9DF07F

Tints of Granny Smith Apple #9DF07F

Color information

#9DF07F (or 0x9DF07F) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, F0 and 7F. RGB value is (157,240,127). Sum of RGB (Red+Green+Blue) = 157+240+127=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF07F is #620F80. Grayscale: #CACACA. Windows color (decimal): -6426497 or 8384669. OLE color: 8384669.

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

Color convert

RGB157240127-
CMYK0.3500.470.06
HSL104.07º79.02%71.96%-
HSV(B)104.07º47.08%94.12%-
XYZ48.971.0231.21-
YUV202.385.595.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 240 (94.14% from 255) = 45.80%
BLUE value IS 127 (50% from 255) = 24.24%
R=29.96%
G=45.80%
B=24.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572401270.3500.470.06104.0779.0271.96
Hex9DF07F2302F6684f48
Octal235360177430576150117110
Binary100111011111000011111111000110101111110110100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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