Shades of Olivine #A9CE6B
Tints of Olivine #A9CE6B
RGB
CMYK
RGB Variations
Color information
#A9CE6B (or 0xA9CE6B) is known color: Olivine. HEX triplet: A9, CE and 6B. RGB value is (169,206,107). Sum of RGB (Red+Green+Blue) = 169+206+107=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CE6B is #563194. Grayscale: #B8B8B8. Windows color (decimal): -5648789 or 7065257. OLE color: 7065257.
HSL color Cylindrical-coordinate representation of color #A9CE6B: hue angle of 82.42º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9CE6B is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 107 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.19 |
| HSL | 82.42º | 0.5% | 0.61% | - |
| HSV(B) | 82.42º | 0.48% | 0.81% | - |
| XYZ | 41.09 | 53.64 | 22.1 | - |
| YUV | 183.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 107 | 0.18 | 0 | 0.48 | 0.19 | 82.42 | 0.5 | 0.61 |
| Hex | A9 | CE | 6B | 12 | 0 | 30 | 13 | 52 | 32 | 3D |
| Octal | 251 | 316 | 153 | 22 | 0 | 60 | 23 | 122 | 62 | 75 |
| Binary | 10101001 | 11001110 | 1101011 | 10010 | 0 | 110000 | 10011 | 1010010 | 110010 | 111101 |
Color Harmonies of #A9CE6B
Complementary color
Monochromatic Colors of #A9CE6B
Black with #A9CE6B
Text Example
Text Example
White with #A9CE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CE6B; }
p { color: rgb(169,206,107); }
H1.HeaderClassName
{
color: #A9CE6B;
}
.AnyTagClassName
{
color: #A9CE6B;
}
</style>
background-color css
<style>
a { background-color: #A9CE6B; }
a { background-color: rgb(169,206,107); }
div.DivClassName
{
background-color: #A9CE6B;
}
.BgClassName
{
background-color: #A9CE6B;
}
</style>
border-color css
<style>
span { border-color: #A9CE6B; }
span { border-color: rgb(169,206,107); }
td.TdClassName
{
border-color: #A9CE6B;
}
.TagClassName
{
border-color: #A9CE6B;
}
</style>