Shades of Gum Leaf #A5C8AF
Tints of Gum Leaf #A5C8AF
RGB
CMYK
RGB Variations
Color information
#A5C8AF (or 0xA5C8AF) is known color: Gum Leaf. HEX triplet: A5, C8 and AF. RGB value is (165,200,175). Sum of RGB (Red+Green+Blue) = 165+200+175=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C8AF is #5A3750. Grayscale: #BABABA. Windows color (decimal): -5912401 or 11520165. OLE color: 11520165.
HSL color Cylindrical-coordinate representation of color #A5C8AF: hue angle of 137.14º 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 #A5C8AF is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 175 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.22 |
| HSL | 137.14º | 0.24% | 0.72% | - |
| HSV(B) | 137.14º | 0.18% | 0.78% | - |
| XYZ | 43.91 | 52.4 | 48.36 | - |
| YUV | 186.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 175 | 0.18 | 0 | 0.12 | 0.22 | 137.14 | 0.24 | 0.72 |
| Hex | A5 | C8 | AF | 12 | 0 | C | 16 | 89 | 18 | 48 |
| Octal | 245 | 310 | 257 | 22 | 0 | 14 | 26 | 211 | 30 | 110 |
| Binary | 10100101 | 11001000 | 10101111 | 10010 | 0 | 1100 | 10110 | 10001001 | 11000 | 1001000 |
Color Harmonies of #A5C8AF
Complementary color
Monochromatic Colors of #A5C8AF
Black with #A5C8AF
Text Example
Text Example
White with #A5C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8AF; }
p { color: rgb(165,200,175); }
H1.HeaderClassName
{
color: #A5C8AF;
}
.AnyTagClassName
{
color: #A5C8AF;
}
</style>
background-color css
<style>
a { background-color: #A5C8AF; }
a { background-color: rgb(165,200,175); }
div.DivClassName
{
background-color: #A5C8AF;
}
.BgClassName
{
background-color: #A5C8AF;
}
</style>
border-color css
<style>
span { border-color: #A5C8AF; }
span { border-color: rgb(165,200,175); }
td.TdClassName
{
border-color: #A5C8AF;
}
.TagClassName
{
border-color: #A5C8AF;
}
</style>