Shades of Olivine #A8CA65
Tints of Olivine #A8CA65
RGB
CMYK
RGB Variations
Color information
#A8CA65 (or 0xA8CA65) is known color: Olivine. HEX triplet: A8, CA and 65. RGB value is (168,202,101). Sum of RGB (Red+Green+Blue) = 168+202+101=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA65 is #57359A. Grayscale: #B4B4B4. Windows color (decimal): -5715355 or 6671016. OLE color: 6671016.
HSL color Cylindrical-coordinate representation of color #A8CA65: hue angle of 80.2º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8CA65 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 101 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.21 |
| HSL | 80.2º | 0.49% | 0.59% | - |
| HSV(B) | 80.2º | 0.5% | 0.79% | - |
| XYZ | 39.62 | 51.51 | 20.17 | - |
| YUV | 180.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 101 | 0.17 | 0 | 0.50 | 0.21 | 80.2 | 0.49 | 0.59 |
| Hex | A8 | CA | 65 | 11 | 0 | 32 | 15 | 50 | 31 | 3B |
| Octal | 250 | 312 | 145 | 21 | 0 | 62 | 25 | 120 | 61 | 73 |
| Binary | 10101000 | 11001010 | 1100101 | 10001 | 0 | 110010 | 10101 | 1010000 | 110001 | 111011 |
Color Harmonies of #A8CA65
Complementary color
Monochromatic Colors of #A8CA65
Black with #A8CA65
Text Example
Text Example
White with #A8CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA65; }
p { color: rgb(168,202,101); }
H1.HeaderClassName
{
color: #A8CA65;
}
.AnyTagClassName
{
color: #A8CA65;
}
</style>
background-color css
<style>
a { background-color: #A8CA65; }
a { background-color: rgb(168,202,101); }
div.DivClassName
{
background-color: #A8CA65;
}
.BgClassName
{
background-color: #A8CA65;
}
</style>
border-color css
<style>
span { border-color: #A8CA65; }
span { border-color: rgb(168,202,101); }
td.TdClassName
{
border-color: #A8CA65;
}
.TagClassName
{
border-color: #A8CA65;
}
</style>