#A0DE97

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

Shades of Granny Smith Apple #A0DE97

Tints of Granny Smith Apple #A0DE97

Color information

#A0DE97 (or 0xA0DE97) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DE and 97. RGB value is (160,222,151). Sum of RGB (Red+Green+Blue) = 160+222+151=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DE97 is #5F2168. Grayscale: #C3C3C3. Windows color (decimal): -6234473 or 9952928. OLE color: 9952928.

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

Color convert

RGB160222151-
CMYK0.2800.320.13
HSL112.39º51.82%73.14%-
HSV(B)112.39º31.98%87.06%-
XYZ46.261.9538.8-
YUV195.37102.96102.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=30.02%
G=41.65%
B=28.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602221510.2800.320.13112.3951.8273.14
HexA0DE971C020D703449
Octal240336227340401516064111
Binary101000001101111010010111111000100000110111100001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DE97; }

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

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

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

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

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

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

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

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