Html Css Color HEX #A2C2AA Gum Leaf

📋 copy color: '#A2C2AA'

red 162 ◦ green 194 ◦ blue 170

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

Shades of Gum Leaf #A2C2AA

Tints of Gum Leaf #A2C2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.88%

 BLUE value IS 170 (66.8% from 255) = 32.32%

R = 30.8%
G = 36.88%
B = 32.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#A2C2AA (or 0xA2C2AA) is known color: Gum Leaf. HEX triplet: A2, C2 and AA. RGB value is (162,194,170). Sum of RGB (Red+Green+Blue) = 162+194+170=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C2AA is #5D3D55. Grayscale: #B5B5B5. Windows color (decimal): -6110550 or 11190946. OLE color: 11190946.

HSL color Cylindrical-coordinate representation of color #A2C2AA: hue angle of 135º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C2AA is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 170 -
CMYK 0.16 0 0.12 0.24
HSL 135º 0.21% 0.7% -
HSV(B) 135º 0.16% 0.76% -
XYZ 41.45 49.17 45.34 -
YUV 181.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 162 194 170 0.16 0 0.12 0.24 135 0.21 0.7
Hex A2 C2 AA 10 0 C 18 87 15 46
Octal 242 302 252 20 0 14 30 207 25 106
Binary 10100010 11000010 10101010 10000 0 1100 11000 10000111 10101 1000110

Color Harmonies of #A2C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C2AA

Black with #A2C2AA

Text Example


Text Example

White with #A2C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C2AA; }

 p { color: rgb(162,194,170); }

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

background-color css

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

 a { background-color: rgb(162,194,170); }

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

border-color css

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

 span { border-color: rgb(162,194,170); }

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