Shades of Olivine #A8CA6C
Tints of Olivine #A8CA6C
RGB
CMYK
RGB Variations
Color information
#A8CA6C (or 0xA8CA6C) is known color: Olivine. HEX triplet: A8, CA and 6C. RGB value is (168,202,108). Sum of RGB (Red+Green+Blue) = 168+202+108=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA6C is #573593. Grayscale: #B5B5B5. Windows color (decimal): -5715348 or 7129768. OLE color: 7129768.
HSL color Cylindrical-coordinate representation of color #A8CA6C: hue angle of 81.7º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8CA6C is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 108 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.21 |
| HSL | 81.7º | 0.47% | 0.61% | - |
| HSV(B) | 81.7º | 0.47% | 0.79% | - |
| XYZ | 39.98 | 51.65 | 22.05 | - |
| YUV | 181.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 108 | 0.17 | 0 | 0.47 | 0.21 | 81.7 | 0.47 | 0.61 |
| Hex | A8 | CA | 6C | 11 | 0 | 2F | 15 | 52 | 2F | 3D |
| Octal | 250 | 312 | 154 | 21 | 0 | 57 | 25 | 122 | 57 | 75 |
| Binary | 10101000 | 11001010 | 1101100 | 10001 | 0 | 101111 | 10101 | 1010010 | 101111 | 111101 |
Color Harmonies of #A8CA6C
Complementary color
Monochromatic Colors of #A8CA6C
Black with #A8CA6C
Text Example
Text Example
White with #A8CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA6C; }
p { color: rgb(168,202,108); }
H1.HeaderClassName
{
color: #A8CA6C;
}
.AnyTagClassName
{
color: #A8CA6C;
}
</style>
background-color css
<style>
a { background-color: #A8CA6C; }
a { background-color: rgb(168,202,108); }
div.DivClassName
{
background-color: #A8CA6C;
}
.BgClassName
{
background-color: #A8CA6C;
}
</style>
border-color css
<style>
span { border-color: #A8CA6C; }
span { border-color: rgb(168,202,108); }
td.TdClassName
{
border-color: #A8CA6C;
}
.TagClassName
{
border-color: #A8CA6C;
}
</style>