#A0D99D

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

Shades of Granny Smith Apple #A0D99D

Tints of Granny Smith Apple #A0D99D

Color information

#A0D99D (or 0xA0D99D) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D9 and 9D. RGB value is (160,217,157). Sum of RGB (Red+Green+Blue) = 160+217+157=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D99D is #5F2662. Grayscale: #C1C1C1. Windows color (decimal): -6235747 or 10344864. OLE color: 10344864.

HSL color Cylindrical-coordinate representation of color #A0D99D: hue angle of 117º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0D99D is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB160217157-
CMYK0.2600.280.15
HSL117º44.12%73.33%-
HSV(B)117º27.65%85.1%-
XYZ45.459.5341-
YUV193.12107.62104.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=29.96%
G=40.64%
B=29.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602171570.2600.280.1511744.1273.33
HexA0D99D1A01CF752c49
Octal240331235320341716554111
Binary10100000110110011001110111010011100111111101011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D99D; }

 p { color: rgb(160,217,157); }

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

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

 a { background-color: rgb(160,217,157); }

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

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

 span { border-color: rgb(160,217,157); }

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