#9AF07D

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

Shades of Granny Smith Apple #9AF07D

Tints of Granny Smith Apple #9AF07D

Color information

#9AF07D (or 0x9AF07D) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, F0 and 7D. RGB value is (154,240,125). Sum of RGB (Red+Green+Blue) = 154+240+125=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF07D is #650F82. Grayscale: #C9C9C9. Windows color (decimal): -6623107 or 8253594. OLE color: 8253594.

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

Color convert

RGB154240125-
CMYK0.3600.480.06
HSL104.87º79.31%71.57%-
HSV(B)104.87º47.92%94.12%-
XYZ48.1970.6730.5-
YUV201.1885.0194.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 240 (94.14% from 255) = 46.24%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=29.67%
G=46.24%
B=24.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542401250.3600.480.06104.8779.3171.57
Hex9AF07D240306694f48
Octal232360175440606151117110
Binary100110101111000011111011001000110000110110100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,240,125); }

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

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

 a { background-color: rgb(154,240,125); }

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

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

 span { border-color: rgb(154,240,125); }

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