Html Css Color HEX #A2C4AE Gum Leaf

📋 copy color: '#A2C4AE'

red 162 ◦ green 196 ◦ blue 174

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

Shades of Gum Leaf #A2C4AE

Tints of Gum Leaf #A2C4AE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

 BLUE value IS 174 (68.36% from 255) = 32.71%

R = 30.45%
G = 36.84%
B = 32.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#A2C4AE (or 0xA2C4AE) is known color: Gum Leaf. HEX triplet: A2, C4 and AE. RGB value is (162,196,174). Sum of RGB (Red+Green+Blue) = 162+196+174=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C4AE is #5D3B51. Grayscale: #B7B7B7. Windows color (decimal): -6110034 or 11453602. OLE color: 11453602.

HSL color Cylindrical-coordinate representation of color #A2C4AE: hue angle of 141.18º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2C4AE is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 174 -
CMYK 0.17 0 0.11 0.23
HSL 141.18º 0.22% 0.7% -
HSV(B) 141.18º 0.17% 0.77% -
XYZ 42.28 50.22 47.51 -
YUV 183.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 162 196 174 0.17 0 0.11 0.23 141.18 0.22 0.7
Hex A2 C4 AE 11 0 B 17 8D 16 46
Octal 242 304 256 21 0 13 27 215 26 106
Binary 10100010 11000100 10101110 10001 0 1011 10111 10001101 10110 1000110

Color Harmonies of #A2C4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C4AE

Black with #A2C4AE

Text Example


Text Example

White with #A2C4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C4AE; }

 p { color: rgb(162,196,174); }

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

background-color css

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

 a { background-color: rgb(162,196,174); }

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

border-color css

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

 span { border-color: rgb(162,196,174); }

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