#A0D49A

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

Shades of Granny Smith Apple #A0D49A

Tints of Granny Smith Apple #A0D49A

Color information

#A0D49A (or 0xA0D49A) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D4 and 9A. RGB value is (160,212,154). Sum of RGB (Red+Green+Blue) = 160+212+154=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D49A is #5F2B65. Grayscale: #BEBEBE. Windows color (decimal): -6237030 or 10146976. OLE color: 10146976.

HSL color Cylindrical-coordinate representation of color #A0D49A: hue angle of 113.79º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0D49A is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB160212154-
CMYK0.2500.270.17
HSL113.79º40.28%71.76%-
HSV(B)113.79º27.36%83.14%-
XYZ43.8756.8939.24-
YUV189.84107.77106.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.42%
GREEN value IS 212 (83.20% from 255) = 40.30%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=30.42%
G=40.30%
B=29.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602121540.2500.270.17113.7940.2871.76
HexA0D49A1901B11722848
Octal240324232310332116250110
Binary101000001101010010011010110010110111000111100101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D49A; }

 p { color: rgb(160,212,154); }

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

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

 a { background-color: rgb(160,212,154); }

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

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

 span { border-color: rgb(160,212,154); }

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