#A2DB9A

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

Shades of Granny Smith Apple #A2DB9A

Tints of Granny Smith Apple #A2DB9A

Color information

#A2DB9A (or 0xA2DB9A) is unknown color: approx Granny Smith Apple. HEX triplet: A2, DB and 9A. RGB value is (162,219,154). Sum of RGB (Red+Green+Blue) = 162+219+154=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DB9A is #5D2465. Grayscale: #C2C2C2. Windows color (decimal): -6104166 or 10148770. OLE color: 10148770.

HSL color Cylindrical-coordinate representation of color #A2DB9A: hue angle of 112.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2DB9A is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB162219154-
CMYK0.2600.300.14
HSL112.62º47.45%73.14%-
HSV(B)112.62º29.68%85.88%-
XYZ46.0660.6839.86-
YUV194.55105.12104.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.28%
GREEN value IS 219 (85.94% from 255) = 40.93%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=30.28%
G=40.93%
B=28.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622191540.2600.300.14112.6247.4573.14
HexA2DB9A1A01EE712f49
Octal242333232320361616157111
Binary10100010110110111001101011010011110111011100011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DB9A; }

 p { color: rgb(162,219,154); }

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

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

 a { background-color: rgb(162,219,154); }

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

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

 span { border-color: rgb(162,219,154); }

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