#A0DE8E

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

Shades of Granny Smith Apple #A0DE8E

Tints of Granny Smith Apple #A0DE8E

Color information

#A0DE8E (or 0xA0DE8E) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DE and 8E. RGB value is (160,222,142). Sum of RGB (Red+Green+Blue) = 160+222+142=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DE8E is #5F2171. Grayscale: #C2C2C2. Windows color (decimal): -6234482 or 9363104. OLE color: 9363104.

HSL color Cylindrical-coordinate representation of color #A0DE8E: hue angle of 106.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0DE8E is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB160222142-
CMYK0.2800.360.13
HSL106.5º54.79%71.37%-
HSV(B)106.5º36.04%87.06%-
XYZ45.561.6735.1-
YUV194.3498.46103.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=30.53%
G=42.37%
B=27.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602221420.2800.360.13106.554.7971.37
HexA0DE8E1C024D6a3747
Octal240336216340441515267107
Binary101000001101111010001110111000100100110111010101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DE8E; }

 p { color: rgb(160,222,142); }

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

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

 a { background-color: rgb(160,222,142); }

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

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

 span { border-color: rgb(160,222,142); }

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