Shades of Gum Leaf #A5C7A8
Tints of Gum Leaf #A5C7A8
RGB
CMYK
RGB Variations
Color information
#A5C7A8 (or 0xA5C7A8) is known color: Gum Leaf. HEX triplet: A5, C7 and A8. RGB value is (165,199,168). Sum of RGB (Red+Green+Blue) = 165+199+168=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C7A8 is #5A3857. Grayscale: #B9B9B9. Windows color (decimal): -5912664 or 11061157. OLE color: 11061157.
HSL color Cylindrical-coordinate representation of color #A5C7A8: hue angle of 125.29º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5C7A8 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 199 | 168 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.22 |
| HSL | 125.29º | 0.23% | 0.71% | - |
| HSV(B) | 125.29º | 0.17% | 0.78% | - |
| XYZ | 43.01 | 51.67 | 44.75 | - |
| YUV | 185.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 168 | 0.17 | 0 | 0.16 | 0.22 | 125.29 | 0.23 | 0.71 |
| Hex | A5 | C7 | A8 | 11 | 0 | 10 | 16 | 7D | 17 | 47 |
| Octal | 245 | 307 | 250 | 21 | 0 | 20 | 26 | 175 | 27 | 107 |
| Binary | 10100101 | 11000111 | 10101000 | 10001 | 0 | 10000 | 10110 | 1111101 | 10111 | 1000111 |
Color Harmonies of #A5C7A8
Complementary color
Monochromatic Colors of #A5C7A8
Black with #A5C7A8
Text Example
Text Example
White with #A5C7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C7A8; }
p { color: rgb(165,199,168); }
H1.HeaderClassName
{
color: #A5C7A8;
}
.AnyTagClassName
{
color: #A5C7A8;
}
</style>
background-color css
<style>
a { background-color: #A5C7A8; }
a { background-color: rgb(165,199,168); }
div.DivClassName
{
background-color: #A5C7A8;
}
.BgClassName
{
background-color: #A5C7A8;
}
</style>
border-color css
<style>
span { border-color: #A5C7A8; }
span { border-color: rgb(165,199,168); }
td.TdClassName
{
border-color: #A5C7A8;
}
.TagClassName
{
border-color: #A5C7A8;
}
</style>