Html Css Color HEX #A2C2AC Gum Leaf

📋 copy color: '#A2C2AC'

red 162 ◦ green 194 ◦ blue 172

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

Shades of Gum Leaf #A2C2AC

Tints of Gum Leaf #A2C2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.58%

R = 30.68%
G = 36.74%
B = 32.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#A2C2AC (or 0xA2C2AC) is known color: Gum Leaf. HEX triplet: A2, C2 and AC. RGB value is (162,194,172). Sum of RGB (Red+Green+Blue) = 162+194+172=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C2AC is #5D3D53. Grayscale: #B5B5B5. Windows color (decimal): -6110548 or 11322018. OLE color: 11322018.

HSL color Cylindrical-coordinate representation of color #A2C2AC: hue angle of 138.75º 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 #A2C2AC is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 172 -
CMYK 0.16 0 0.11 0.24
HSL 138.75º 0.21% 0.7% -
HSV(B) 138.75º 0.16% 0.76% -
XYZ 41.64 49.24 46.34 -
YUV 181.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 162 194 172 0.16 0 0.11 0.24 138.75 0.21 0.7
Hex A2 C2 AC 10 0 B 18 8B 15 46
Octal 242 302 254 20 0 13 30 213 25 106
Binary 10100010 11000010 10101100 10000 0 1011 11000 10001011 10101 1000110

Color Harmonies of #A2C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C2AC

Black with #A2C2AC

Text Example


Text Example

White with #A2C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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