Html Css Color HEX #A2C8AE Gum Leaf

📋 copy color: '#A2C8AE'

red 162 ◦ green 200 ◦ blue 174

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

Shades of Gum Leaf #A2C8AE

Tints of Gum Leaf #A2C8AE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.31%

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

R = 30.22%
G = 37.31%
B = 32.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#A2C8AE (or 0xA2C8AE) is known color: Gum Leaf. HEX triplet: A2, C8 and AE. RGB value is (162,200,174). Sum of RGB (Red+Green+Blue) = 162+200+174=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C8AE is #5D3751. Grayscale: #B9B9B9. Windows color (decimal): -6109010 or 11454626. OLE color: 11454626.

HSL color Cylindrical-coordinate representation of color #A2C8AE: hue angle of 138.95º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2C8AE is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 174 -
CMYK 0.19 0 0.13 0.22
HSL 138.95º 0.26% 0.71% -
HSV(B) 138.95º 0.19% 0.78% -
XYZ 43.19 52.05 47.81 -
YUV 185.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 162 200 174 0.19 0 0.13 0.22 138.95 0.26 0.71
Hex A2 C8 AE 13 0 D 16 8B 1A 47
Octal 242 310 256 23 0 15 26 213 32 107
Binary 10100010 11001000 10101110 10011 0 1101 10110 10001011 11010 1000111

Color Harmonies of #A2C8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C8AE

Black with #A2C8AE

Text Example


Text Example

White with #A2C8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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