Shades of Olivine #A1CF6E
Tints of Olivine #A1CF6E
RGB
CMYK
RGB Variations
Color information
#A1CF6E (or 0xA1CF6E) is known color: Olivine. HEX triplet: A1, CF and 6E. RGB value is (161,207,110). Sum of RGB (Red+Green+Blue) = 161+207+110=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF6E is #5E3091. Grayscale: #B6B6B6. Windows color (decimal): -6172818 or 7262113. OLE color: 7262113.
HSL color Cylindrical-coordinate representation of color #A1CF6E: hue angle of 88.45º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1CF6E is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 110 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.19 |
| HSL | 88.45º | 0.5% | 0.62% | - |
| HSV(B) | 88.45º | 0.47% | 0.81% | - |
| XYZ | 39.83 | 53.33 | 22.95 | - |
| YUV | 182.19 | 87.26 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 110 | 0.22 | 0 | 0.47 | 0.19 | 88.45 | 0.5 | 0.62 |
| Hex | A1 | CF | 6E | 16 | 0 | 2F | 13 | 58 | 32 | 3E |
| Octal | 241 | 317 | 156 | 26 | 0 | 57 | 23 | 130 | 62 | 76 |
| Binary | 10100001 | 11001111 | 1101110 | 10110 | 0 | 101111 | 10011 | 1011000 | 110010 | 111110 |
Color Harmonies of #A1CF6E
Complementary color
Monochromatic Colors of #A1CF6E
Black with #A1CF6E
Text Example
Text Example
White with #A1CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF6E; }
p { color: rgb(161,207,110); }
H1.HeaderClassName
{
color: #A1CF6E;
}
.AnyTagClassName
{
color: #A1CF6E;
}
</style>
background-color css
<style>
a { background-color: #A1CF6E; }
a { background-color: rgb(161,207,110); }
div.DivClassName
{
background-color: #A1CF6E;
}
.BgClassName
{
background-color: #A1CF6E;
}
</style>
border-color css
<style>
span { border-color: #A1CF6E; }
span { border-color: rgb(161,207,110); }
td.TdClassName
{
border-color: #A1CF6E;
}
.TagClassName
{
border-color: #A1CF6E;
}
</style>