#9AF080

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

Shades of Granny Smith Apple #9AF080

Tints of Granny Smith Apple #9AF080

Color information

#9AF080 (or 0x9AF080) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, F0 and 80. RGB value is (154,240,128). Sum of RGB (Red+Green+Blue) = 154+240+128=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF080 is #650F7F. Grayscale: #C9C9C9. Windows color (decimal): -6623104 or 8450202. OLE color: 8450202.

HSL color Cylindrical-coordinate representation of color #9AF080: hue angle of 106.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 #9AF080 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB154240128-
CMYK0.3600.470.06
HSL106.07º78.87%72.16%-
HSV(B)106.07º46.67%94.12%-
XYZ48.3870.7531.53-
YUV201.5286.5194.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.50%
GREEN value IS 240 (94.14% from 255) = 45.98%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=29.50%
G=45.98%
B=24.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542401280.3600.470.06106.0778.8772.16
Hex9AF0802402F66a4f48
Octal232360200440576152117110
Binary1001101011110000100000001001000101111110110101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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