Shades of Gum Leaf #A3C5A8
Tints of Gum Leaf #A3C5A8
RGB
CMYK
RGB Variations
Color information
#A3C5A8 (or 0xA3C5A8) is known color: Gum Leaf. HEX triplet: A3, C5 and A8. RGB value is (163,197,168). Sum of RGB (Red+Green+Blue) = 163+197+168=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C5A8 is #5C3A57. Grayscale: #B7B7B7. Windows color (decimal): -6044248 or 11060643. OLE color: 11060643.
HSL color Cylindrical-coordinate representation of color #A3C5A8: hue angle of 128.82º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C5A8 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 168 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.23 |
| HSL | 128.82º | 0.23% | 0.71% | - |
| HSV(B) | 128.82º | 0.17% | 0.77% | - |
| XYZ | 42.14 | 50.55 | 44.58 | - |
| YUV | 183.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 168 | 0.17 | 0 | 0.15 | 0.23 | 128.82 | 0.23 | 0.71 |
| Hex | A3 | C5 | A8 | 11 | 0 | F | 17 | 81 | 17 | 47 |
| Octal | 243 | 305 | 250 | 21 | 0 | 17 | 27 | 201 | 27 | 107 |
| Binary | 10100011 | 11000101 | 10101000 | 10001 | 0 | 1111 | 10111 | 10000001 | 10111 | 1000111 |
Color Harmonies of #A3C5A8
Complementary color
Monochromatic Colors of #A3C5A8
Black with #A3C5A8
Text Example
Text Example
White with #A3C5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C5A8; }
p { color: rgb(163,197,168); }
H1.HeaderClassName
{
color: #A3C5A8;
}
.AnyTagClassName
{
color: #A3C5A8;
}
</style>
background-color css
<style>
a { background-color: #A3C5A8; }
a { background-color: rgb(163,197,168); }
div.DivClassName
{
background-color: #A3C5A8;
}
.BgClassName
{
background-color: #A3C5A8;
}
</style>
border-color css
<style>
span { border-color: #A3C5A8; }
span { border-color: rgb(163,197,168); }
td.TdClassName
{
border-color: #A3C5A8;
}
.TagClassName
{
border-color: #A3C5A8;
}
</style>