Html Css Color HEX #A2C2AD Gum Leaf

📋 copy color: '#A2C2AD'

red 162 ◦ green 194 ◦ blue 173

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

Shades of Gum Leaf #A2C2AD

Tints of Gum Leaf #A2C2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.7%

R = 30.62%
G = 36.67%
B = 32.7%

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

#A2C2AD (or 0xA2C2AD) is known color: Gum Leaf. HEX triplet: A2, C2 and AD. RGB value is (162,194,173). Sum of RGB (Red+Green+Blue) = 162+194+173=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C2AD is #5D3D52. Grayscale: #B6B6B6. Windows color (decimal): -6110547 or 11387554. OLE color: 11387554.

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

Color convert

RGB 162 194 173 -
CMYK 0.16 0 0.11 0.24
HSL 140.63º 0.21% 0.7% -
HSV(B) 140.63º 0.16% 0.76% -
XYZ 41.73 49.28 46.85 -
YUV 182.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 162 194 173 0.16 0 0.11 0.24 140.63 0.21 0.7
Hex A2 C2 AD 10 0 B 18 8D 15 46
Octal 242 302 255 20 0 13 30 215 25 106
Binary 10100010 11000010 10101101 10000 0 1011 11000 10001101 10101 1000110

Color Harmonies of #A2C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C2AD

Black with #A2C2AD

Text Example


Text Example

White with #A2C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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