Html Css Color HEX #A2DAA0 Granny Smith Apple

📋 copy color: '#A2DAA0'

red 162 ◦ green 218 ◦ blue 160

#A2DAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #A2DAA0

Tints of Granny Smith Apple #A2DAA0

RGB

 RED value IS 162 (63.67% from 255) = 30%

 GREEN value IS 218 (85.55% from 255) = 40.37%

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 30%
G = 40.37%
B = 29.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#A2DAA0 (or 0xA2DAA0) is known color: Granny Smith Apple. HEX triplet: A2, DA and A0. RGB value is (162,218,160). Sum of RGB (Red+Green+Blue) = 162+218+160=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DAA0 is #5D255F. Grayscale: #C2C2C2. Windows color (decimal): -6104416 or 10541730. OLE color: 10541730.

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

Color convert

RGB 162 218 160 -
CMYK 0.26 0 0.27 0.15
HSL 117.93º 0.44% 0.74% -
HSV(B) 117.93º 0.27% 0.85% -
XYZ 46.32 60.36 42.47 -
YUV 194.64 108.45 104.72 -
System Red Green Blue C M Y K H S L
Decimal 162 218 160 0.26 0 0.27 0.15 117.93 0.44 0.74
Hex A2 DA A0 1A 0 1B F 76 2C 4A
Octal 242 332 240 32 0 33 17 166 54 112
Binary 10100010 11011010 10100000 11010 0 11011 1111 1110110 101100 1001010

Color Harmonies of #A2DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DAA0

Black with #A2DAA0

Text Example


Text Example

White with #A2DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DAA0; }

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

 H1.HeaderClassName
 {
   color: #A2DAA0;
 }
 .AnyTagClassName
 {
   color: #A2DAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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