Shades of Gum Leaf #A1C0A5
Tints of Gum Leaf #A1C0A5
RGB
CMYK
RGB Variations
Color information
#A1C0A5 (or 0xA1C0A5) is known color: Gum Leaf. HEX triplet: A1, C0 and A5. RGB value is (161,192,165). Sum of RGB (Red+Green+Blue) = 161+192+165=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C0A5 is #5E3F5A. Grayscale: #B3B3B3. Windows color (decimal): -6176603 or 10862753. OLE color: 10862753.
HSL color Cylindrical-coordinate representation of color #A1C0A5: hue angle of 127.74º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1C0A5 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 165 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.25 |
| HSL | 127.74º | 0.2% | 0.69% | - |
| HSV(B) | 127.74º | 0.16% | 0.75% | - |
| XYZ | 40.34 | 47.99 | 42.73 | - |
| YUV | 179.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 165 | 0.16 | 0 | 0.14 | 0.25 | 127.74 | 0.2 | 0.69 |
| Hex | A1 | C0 | A5 | 10 | 0 | E | 19 | 80 | 14 | 45 |
| Octal | 241 | 300 | 245 | 20 | 0 | 16 | 31 | 200 | 24 | 105 |
| Binary | 10100001 | 11000000 | 10100101 | 10000 | 0 | 1110 | 11001 | 10000000 | 10100 | 1000101 |
Color Harmonies of #A1C0A5
Complementary color
Monochromatic Colors of #A1C0A5
Black with #A1C0A5
Text Example
Text Example
White with #A1C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0A5; }
p { color: rgb(161,192,165); }
H1.HeaderClassName
{
color: #A1C0A5;
}
.AnyTagClassName
{
color: #A1C0A5;
}
</style>
background-color css
<style>
a { background-color: #A1C0A5; }
a { background-color: rgb(161,192,165); }
div.DivClassName
{
background-color: #A1C0A5;
}
.BgClassName
{
background-color: #A1C0A5;
}
</style>
border-color css
<style>
span { border-color: #A1C0A5; }
span { border-color: rgb(161,192,165); }
td.TdClassName
{
border-color: #A1C0A5;
}
.TagClassName
{
border-color: #A1C0A5;
}
</style>