Shades of Olivine #A8CA6A
Tints of Olivine #A8CA6A
RGB
CMYK
RGB Variations
Color information
#A8CA6A (or 0xA8CA6A) is known color: Olivine. HEX triplet: A8, CA and 6A. RGB value is (168,202,106). Sum of RGB (Red+Green+Blue) = 168+202+106=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA6A is #573595. Grayscale: #B5B5B5. Windows color (decimal): -5715350 or 6998696. OLE color: 6998696.
HSL color Cylindrical-coordinate representation of color #A8CA6A: hue angle of 81.25º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8CA6A is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 106 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.21 |
| HSL | 81.25º | 0.48% | 0.6% | - |
| HSV(B) | 81.25º | 0.48% | 0.79% | - |
| XYZ | 39.87 | 51.61 | 21.5 | - |
| YUV | 180.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 106 | 0.17 | 0 | 0.48 | 0.21 | 81.25 | 0.48 | 0.6 |
| Hex | A8 | CA | 6A | 11 | 0 | 30 | 15 | 51 | 30 | 3C |
| Octal | 250 | 312 | 152 | 21 | 0 | 60 | 25 | 121 | 60 | 74 |
| Binary | 10101000 | 11001010 | 1101010 | 10001 | 0 | 110000 | 10101 | 1010001 | 110000 | 111100 |
Color Harmonies of #A8CA6A
Complementary color
Monochromatic Colors of #A8CA6A
Black with #A8CA6A
Text Example
Text Example
White with #A8CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA6A; }
p { color: rgb(168,202,106); }
H1.HeaderClassName
{
color: #A8CA6A;
}
.AnyTagClassName
{
color: #A8CA6A;
}
</style>
background-color css
<style>
a { background-color: #A8CA6A; }
a { background-color: rgb(168,202,106); }
div.DivClassName
{
background-color: #A8CA6A;
}
.BgClassName
{
background-color: #A8CA6A;
}
</style>
border-color css
<style>
span { border-color: #A8CA6A; }
span { border-color: rgb(168,202,106); }
td.TdClassName
{
border-color: #A8CA6A;
}
.TagClassName
{
border-color: #A8CA6A;
}
</style>