Shades of Gum Leaf #A1C1A8
Tints of Gum Leaf #A1C1A8
RGB
CMYK
RGB Variations
Color information
#A1C1A8 (or 0xA1C1A8) is known color: Gum Leaf. HEX triplet: A1, C1 and A8. RGB value is (161,193,168). Sum of RGB (Red+Green+Blue) = 161+193+168=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C1A8 is #5E3E57. Grayscale: #B4B4B4. Windows color (decimal): -6176344 or 11059617. OLE color: 11059617.
HSL color Cylindrical-coordinate representation of color #A1C1A8: hue angle of 133.12º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1A8 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 168 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.24 |
| HSL | 133.13º | 0.21% | 0.69% | - |
| HSV(B) | 133.13º | 0.17% | 0.76% | - |
| XYZ | 40.84 | 48.54 | 44.26 | - |
| YUV | 180.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 168 | 0.17 | 0 | 0.13 | 0.24 | 133.13 | 0.21 | 0.69 |
| Hex | A1 | C1 | A8 | 11 | 0 | D | 18 | 85 | 15 | 45 |
| Octal | 241 | 301 | 250 | 21 | 0 | 15 | 30 | 205 | 25 | 105 |
| Binary | 10100001 | 11000001 | 10101000 | 10001 | 0 | 1101 | 11000 | 10000101 | 10101 | 1000101 |
Color Harmonies of #A1C1A8
Complementary color
Monochromatic Colors of #A1C1A8
Black with #A1C1A8
Text Example
Text Example
White with #A1C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C1A8; }
p { color: rgb(161,193,168); }
H1.HeaderClassName
{
color: #A1C1A8;
}
.AnyTagClassName
{
color: #A1C1A8;
}
</style>
background-color css
<style>
a { background-color: #A1C1A8; }
a { background-color: rgb(161,193,168); }
div.DivClassName
{
background-color: #A1C1A8;
}
.BgClassName
{
background-color: #A1C1A8;
}
</style>
border-color css
<style>
span { border-color: #A1C1A8; }
span { border-color: rgb(161,193,168); }
td.TdClassName
{
border-color: #A1C1A8;
}
.TagClassName
{
border-color: #A1C1A8;
}
</style>