#A0D29D

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

Shades of Granny Smith Apple #A0D29D

Tints of Granny Smith Apple #A0D29D

Color information

#A0D29D (or 0xA0D29D) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D2 and 9D. RGB value is (160,210,157). Sum of RGB (Red+Green+Blue) = 160+210+157=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D29D is #5F2D62. Grayscale: #BDBDBD. Windows color (decimal): -6237539 or 10343072. OLE color: 10343072.

HSL color Cylindrical-coordinate representation of color #A0D29D: hue angle of 116.6º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D29D is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB160210157-
CMYK0.2400.250.18
HSL116.6º37.06%71.96%-
HSV(B)116.6º25.24%82.35%-
XYZ43.635640.41-
YUV189.01109.94107.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=30.36%
G=39.85%
B=29.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602101570.2400.250.18116.637.0671.96
HexA0D29D1801912752548
Octal240322235300312216545110
Binary101000001101001010011101110000110011001011101011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D29D; }

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

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

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

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

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

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

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

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