#A0C5AC

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

Shades of Gum Leaf #A0C5AC

Tints of Gum Leaf #A0C5AC

Color information

#A0C5AC (or 0xA0C5AC) is unknown color: approx Gum Leaf. HEX triplet: A0, C5 and AC. RGB value is (160,197,172). Sum of RGB (Red+Green+Blue) = 160+197+172=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C5AC is #5F3A53. Grayscale: #B7B7B7. Windows color (decimal): -6240852 or 11322784. OLE color: 11322784.

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

Color convert

RGB160197172-
CMYK0.1900.130.23
HSL139.46º24.18%70%-
HSV(B)139.46º18.78%77.25%-
XYZ41.9150.3846.55-
YUV183.09121.74111.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 197 (77.34% from 255) = 37.24%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=30.25%
G=37.24%
B=32.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971720.1900.130.23139.4624.1870
HexA0C5AC130D178b1846
Octal240305254230152721330106
Binary10100000110001011010110010011011011011110001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C5AC; }

 p { color: rgb(160,197,172); }

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

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

 a { background-color: rgb(160,197,172); }

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

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

 span { border-color: rgb(160,197,172); }

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