#A0C2AD

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

Shades of Gum Leaf #A0C2AD

Tints of Gum Leaf #A0C2AD

Color information

#A0C2AD (or 0xA0C2AD) is unknown color: approx Gum Leaf. HEX triplet: A0, C2 and AD. RGB value is (160,194,173). Sum of RGB (Red+Green+Blue) = 160+194+173=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C2AD is #5F3D52. Grayscale: #B5B5B5. Windows color (decimal): -6241619 or 11387552. OLE color: 11387552.

HSL color Cylindrical-coordinate representation of color #A0C2AD: hue angle of 142.94º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C2AD is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB160194173-
CMYK0.1800.110.24
HSL142.94º21.79%69.41%-
HSV(B)142.94º17.53%76.08%-
XYZ41.3349.0746.83-
YUV181.44123.24112.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=30.36%
G=36.81%
B=32.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601941730.1800.110.24142.9421.7969.41
HexA0C2AD120B188f1645
Octal240302255220133021726105
Binary10100000110000101010110110010010111100010001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C2AD; }

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

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

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

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

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

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

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

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