Shades of Gum Leaf #A5C6A8
Tints of Gum Leaf #A5C6A8
RGB
CMYK
RGB Variations
Color information
#A5C6A8 (or 0xA5C6A8) is known color: Gum Leaf. HEX triplet: A5, C6 and A8. RGB value is (165,198,168). Sum of RGB (Red+Green+Blue) = 165+198+168=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C6A8 is #5A3957. Grayscale: #B8B8B8. Windows color (decimal): -5912920 or 11060901. OLE color: 11060901.
HSL color Cylindrical-coordinate representation of color #A5C6A8: hue angle of 125.45º degrees, saturation: 0.22, 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 #A5C6A8 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 198 | 168 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.22 |
| HSL | 125.45º | 0.22% | 0.71% | - |
| HSV(B) | 125.45º | 0.17% | 0.78% | - |
| XYZ | 42.78 | 51.21 | 44.68 | - |
| YUV | 184.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 168 | 0.17 | 0 | 0.15 | 0.22 | 125.45 | 0.22 | 0.71 |
| Hex | A5 | C6 | A8 | 11 | 0 | F | 16 | 7D | 16 | 47 |
| Octal | 245 | 306 | 250 | 21 | 0 | 17 | 26 | 175 | 26 | 107 |
| Binary | 10100101 | 11000110 | 10101000 | 10001 | 0 | 1111 | 10110 | 1111101 | 10110 | 1000111 |
Color Harmonies of #A5C6A8
Complementary color
Monochromatic Colors of #A5C6A8
Black with #A5C6A8
Text Example
Text Example
White with #A5C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C6A8; }
p { color: rgb(165,198,168); }
H1.HeaderClassName
{
color: #A5C6A8;
}
.AnyTagClassName
{
color: #A5C6A8;
}
</style>
background-color css
<style>
a { background-color: #A5C6A8; }
a { background-color: rgb(165,198,168); }
div.DivClassName
{
background-color: #A5C6A8;
}
.BgClassName
{
background-color: #A5C6A8;
}
</style>
border-color css
<style>
span { border-color: #A5C6A8; }
span { border-color: rgb(165,198,168); }
td.TdClassName
{
border-color: #A5C6A8;
}
.TagClassName
{
border-color: #A5C6A8;
}
</style>