Shades of Gum Leaf #A5C8AC
Tints of Gum Leaf #A5C8AC
RGB
CMYK
RGB Variations
Color information
#A5C8AC (or 0xA5C8AC) is known color: Gum Leaf. HEX triplet: A5, C8 and AC. RGB value is (165,200,172). Sum of RGB (Red+Green+Blue) = 165+200+172=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C8AC is #5A3753. Grayscale: #BABABA. Windows color (decimal): -5912404 or 11323557. OLE color: 11323557.
HSL color Cylindrical-coordinate representation of color #A5C8AC: hue angle of 132º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C8AC is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 172 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.22 |
| HSL | 132º | 0.24% | 0.72% | - |
| HSV(B) | 132º | 0.18% | 0.78% | - |
| XYZ | 43.62 | 52.29 | 46.82 | - |
| YUV | 186.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 172 | 0.18 | 0 | 0.14 | 0.22 | 132 | 0.24 | 0.72 |
| Hex | A5 | C8 | AC | 12 | 0 | E | 16 | 84 | 18 | 48 |
| Octal | 245 | 310 | 254 | 22 | 0 | 16 | 26 | 204 | 30 | 110 |
| Binary | 10100101 | 11001000 | 10101100 | 10010 | 0 | 1110 | 10110 | 10000100 | 11000 | 1001000 |
Color Harmonies of #A5C8AC
Complementary color
Monochromatic Colors of #A5C8AC
Black with #A5C8AC
Text Example
Text Example
White with #A5C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8AC; }
p { color: rgb(165,200,172); }
H1.HeaderClassName
{
color: #A5C8AC;
}
.AnyTagClassName
{
color: #A5C8AC;
}
</style>
background-color css
<style>
a { background-color: #A5C8AC; }
a { background-color: rgb(165,200,172); }
div.DivClassName
{
background-color: #A5C8AC;
}
.BgClassName
{
background-color: #A5C8AC;
}
</style>
border-color css
<style>
span { border-color: #A5C8AC; }
span { border-color: rgb(165,200,172); }
td.TdClassName
{
border-color: #A5C8AC;
}
.TagClassName
{
border-color: #A5C8AC;
}
</style>