#A2CAAE

Color #A2CAAE Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A2CAAE

Tints of Gum Leaf #A2CAAE

Color information

#A2CAAE (or 0xA2CAAE) is unknown color: approx Gum Leaf. HEX triplet: A2, CA and AE. RGB value is (162,202,174). Sum of RGB (Red+Green+Blue) = 162+202+174=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CAAE is #5D3551. Grayscale: #BABABA. Windows color (decimal): -6108498 or 11455138. OLE color: 11455138.

HSL color Cylindrical-coordinate representation of color #A2CAAE: hue angle of 138º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2CAAE is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB162202174-
CMYK0.2000.140.21
HSL138º27.4%71.37%-
HSV(B)138º19.8%79.22%-
XYZ43.6652.9847.97-
YUV186.85120.75110.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.11%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=30.11%
G=37.55%
B=32.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622021740.2000.140.2113827.471.37
HexA2CAAE140E158a1b47
Octal242312256240162521233107
Binary10100010110010101010111010100011101010110001010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CAAE; }

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

 H1.HeaderClassName
 {
   color: #A2CAAE;
 }
 .AnyTagClassName
 {
   color: #A2CAAE;
 }
</style>
background-color css

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

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

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

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

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

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