Shades of Gum Leaf #A5CCAC
Tints of Gum Leaf #A5CCAC
RGB
CMYK
RGB Variations
Color information
#A5CCAC (or 0xA5CCAC) is known color: Gum Leaf. HEX triplet: A5, CC and AC. RGB value is (165,204,172). Sum of RGB (Red+Green+Blue) = 165+204+172=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CCAC is #5A3353. Grayscale: #BCBCBC. Windows color (decimal): -5911380 or 11324581. OLE color: 11324581.
HSL color Cylindrical-coordinate representation of color #A5CCAC: hue angle of 130.77º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCAC is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 172 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.2 |
| HSL | 130.77º | 0.28% | 0.72% | - |
| HSV(B) | 130.77º | 0.19% | 0.8% | - |
| XYZ | 44.56 | 54.16 | 47.14 | - |
| YUV | 188.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 172 | 0.19 | 0 | 0.16 | 0.2 | 130.77 | 0.28 | 0.72 |
| Hex | A5 | CC | AC | 13 | 0 | 10 | 14 | 83 | 1C | 48 |
| Octal | 245 | 314 | 254 | 23 | 0 | 20 | 24 | 203 | 34 | 110 |
| Binary | 10100101 | 11001100 | 10101100 | 10011 | 0 | 10000 | 10100 | 10000011 | 11100 | 1001000 |
Color Harmonies of #A5CCAC
Complementary color
Monochromatic Colors of #A5CCAC
Black with #A5CCAC
Text Example
Text Example
White with #A5CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CCAC; }
p { color: rgb(165,204,172); }
H1.HeaderClassName
{
color: #A5CCAC;
}
.AnyTagClassName
{
color: #A5CCAC;
}
</style>
background-color css
<style>
a { background-color: #A5CCAC; }
a { background-color: rgb(165,204,172); }
div.DivClassName
{
background-color: #A5CCAC;
}
.BgClassName
{
background-color: #A5CCAC;
}
</style>
border-color css
<style>
span { border-color: #A5CCAC; }
span { border-color: rgb(165,204,172); }
td.TdClassName
{
border-color: #A5CCAC;
}
.TagClassName
{
border-color: #A5CCAC;
}
</style>