Shades of Olivine #A1CF6D
Tints of Olivine #A1CF6D
RGB
CMYK
RGB Variations
Color information
#A1CF6D (or 0xA1CF6D) is known color: Olivine. HEX triplet: A1, CF and 6D. RGB value is (161,207,109). Sum of RGB (Red+Green+Blue) = 161+207+109=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF6D is #5E3092. Grayscale: #B6B6B6. Windows color (decimal): -6172819 or 7196577. OLE color: 7196577.
HSL color Cylindrical-coordinate representation of color #A1CF6D: hue angle of 88.16º degrees, saturation: 0.51, 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 #A1CF6D is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 109 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.19 |
| HSL | 88.16º | 0.51% | 0.62% | - |
| HSV(B) | 88.16º | 0.47% | 0.81% | - |
| XYZ | 39.77 | 53.31 | 22.66 | - |
| YUV | 182.07 | 86.76 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 109 | 0.22 | 0 | 0.47 | 0.19 | 88.16 | 0.51 | 0.62 |
| Hex | A1 | CF | 6D | 16 | 0 | 2F | 13 | 58 | 33 | 3E |
| Octal | 241 | 317 | 155 | 26 | 0 | 57 | 23 | 130 | 63 | 76 |
| Binary | 10100001 | 11001111 | 1101101 | 10110 | 0 | 101111 | 10011 | 1011000 | 110011 | 111110 |
Color Harmonies of #A1CF6D
Complementary color
Monochromatic Colors of #A1CF6D
Black with #A1CF6D
Text Example
Text Example
White with #A1CF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF6D; }
p { color: rgb(161,207,109); }
H1.HeaderClassName
{
color: #A1CF6D;
}
.AnyTagClassName
{
color: #A1CF6D;
}
</style>
background-color css
<style>
a { background-color: #A1CF6D; }
a { background-color: rgb(161,207,109); }
div.DivClassName
{
background-color: #A1CF6D;
}
.BgClassName
{
background-color: #A1CF6D;
}
</style>
border-color css
<style>
span { border-color: #A1CF6D; }
span { border-color: rgb(161,207,109); }
td.TdClassName
{
border-color: #A1CF6D;
}
.TagClassName
{
border-color: #A1CF6D;
}
</style>