#9AF084

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

Shades of Granny Smith Apple #9AF084

Tints of Granny Smith Apple #9AF084

Color information

#9AF084 (or 0x9AF084) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, F0 and 84. RGB value is (154,240,132). Sum of RGB (Red+Green+Blue) = 154+240+132=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF084 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF084 is #650F7B. Grayscale: #CACACA. Windows color (decimal): -6623100 or 8712346. OLE color: 8712346.

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

Color convert

RGB154240132-
CMYK0.3600.450.06
HSL107.78º78.26%72.94%-
HSV(B)107.78º45%94.12%-
XYZ48.6570.8632.94-
YUV201.9788.5193.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 240 (94.14% from 255) = 45.63%
BLUE value IS 132 (51.95% from 255) = 25.10%
R=29.28%
G=45.63%
B=25.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542401320.3600.450.06107.7878.2672.94
Hex9AF0842402D66c4e49
Octal232360204440556154116111
Binary1001101011110000100001001001000101101110110110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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