#A2DFA0

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

Shades of Granny Smith Apple #A2DFA0

Tints of Granny Smith Apple #A2DFA0

Color information

#A2DFA0 (or 0xA2DFA0) is unknown color: approx Granny Smith Apple. HEX triplet: A2, DF and A0. RGB value is (162,223,160). Sum of RGB (Red+Green+Blue) = 162+223+160=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DFA0 is #5D205F. Grayscale: #C5C5C5. Windows color (decimal): -6103136 or 10543010. OLE color: 10543010.

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

Color convert

RGB162223160-
CMYK0.2700.280.13
HSL118.1º49.61%75.1%-
HSV(B)118.1º28.25%87.45%-
XYZ47.6362.9942.91-
YUV197.58106.79102.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.72%
GREEN value IS 223 (87.5% from 255) = 40.92%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=29.72%
G=40.92%
B=29.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622231600.2700.280.13118.149.6175.1
HexA2DFA01B01CD76324b
Octal242337240330341516662113
Binary10100010110111111010000011011011100110111101101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DFA0; }

 p { color: rgb(162,223,160); }

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

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

 a { background-color: rgb(162,223,160); }

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

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

 span { border-color: rgb(162,223,160); }

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