Shades of Olivine #A9CF6B
Tints of Olivine #A9CF6B
RGB
CMYK
RGB Variations
Color information
#A9CF6B (or 0xA9CF6B) is known color: Olivine. HEX triplet: A9, CF and 6B. RGB value is (169,207,107). Sum of RGB (Red+Green+Blue) = 169+207+107=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CF6B is #563094. Grayscale: #B8B8B8. Windows color (decimal): -5648533 or 7065513. OLE color: 7065513.
HSL color Cylindrical-coordinate representation of color #A9CF6B: hue angle of 82.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9CF6B is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 207 | 107 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.19 |
| HSL | 82.8º | 0.51% | 0.62% | - |
| HSV(B) | 82.8º | 0.48% | 0.81% | - |
| XYZ | 41.33 | 54.12 | 22.18 | - |
| YUV | 184.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 107 | 0.18 | 0 | 0.48 | 0.19 | 82.8 | 0.51 | 0.62 |
| Hex | A9 | CF | 6B | 12 | 0 | 30 | 13 | 53 | 33 | 3E |
| Octal | 251 | 317 | 153 | 22 | 0 | 60 | 23 | 123 | 63 | 76 |
| Binary | 10101001 | 11001111 | 1101011 | 10010 | 0 | 110000 | 10011 | 1010011 | 110011 | 111110 |
Color Harmonies of #A9CF6B
Complementary color
Monochromatic Colors of #A9CF6B
Black with #A9CF6B
Text Example
Text Example
White with #A9CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CF6B; }
p { color: rgb(169,207,107); }
H1.HeaderClassName
{
color: #A9CF6B;
}
.AnyTagClassName
{
color: #A9CF6B;
}
</style>
background-color css
<style>
a { background-color: #A9CF6B; }
a { background-color: rgb(169,207,107); }
div.DivClassName
{
background-color: #A9CF6B;
}
.BgClassName
{
background-color: #A9CF6B;
}
</style>
border-color css
<style>
span { border-color: #A9CF6B; }
span { border-color: rgb(169,207,107); }
td.TdClassName
{
border-color: #A9CF6B;
}
.TagClassName
{
border-color: #A9CF6B;
}
</style>