Shades of Gum Leaf #A5C8AE
Tints of Gum Leaf #A5C8AE
RGB
CMYK
RGB Variations
Color information
#A5C8AE (or 0xA5C8AE) is known color: Gum Leaf. HEX triplet: A5, C8 and AE. RGB value is (165,200,174). Sum of RGB (Red+Green+Blue) = 165+200+174=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C8AE is #5A3751. Grayscale: #BABABA. Windows color (decimal): -5912402 or 11454629. OLE color: 11454629.
HSL color Cylindrical-coordinate representation of color #A5C8AE: hue angle of 135.43º 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 #A5C8AE is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 174 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.22 |
| HSL | 135.43º | 0.24% | 0.72% | - |
| HSV(B) | 135.43º | 0.18% | 0.78% | - |
| XYZ | 43.81 | 52.36 | 47.84 | - |
| YUV | 186.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 174 | 0.18 | 0 | 0.13 | 0.22 | 135.43 | 0.24 | 0.72 |
| Hex | A5 | C8 | AE | 12 | 0 | D | 16 | 87 | 18 | 48 |
| Octal | 245 | 310 | 256 | 22 | 0 | 15 | 26 | 207 | 30 | 110 |
| Binary | 10100101 | 11001000 | 10101110 | 10010 | 0 | 1101 | 10110 | 10000111 | 11000 | 1001000 |
Color Harmonies of #A5C8AE
Complementary color
Monochromatic Colors of #A5C8AE
Black with #A5C8AE
Text Example
Text Example
White with #A5C8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8AE; }
p { color: rgb(165,200,174); }
H1.HeaderClassName
{
color: #A5C8AE;
}
.AnyTagClassName
{
color: #A5C8AE;
}
</style>
background-color css
<style>
a { background-color: #A5C8AE; }
a { background-color: rgb(165,200,174); }
div.DivClassName
{
background-color: #A5C8AE;
}
.BgClassName
{
background-color: #A5C8AE;
}
</style>
border-color css
<style>
span { border-color: #A5C8AE; }
span { border-color: rgb(165,200,174); }
td.TdClassName
{
border-color: #A5C8AE;
}
.TagClassName
{
border-color: #A5C8AE;
}
</style>