Shades of Olivine #A5CA66
Tints of Olivine #A5CA66
RGB
CMYK
RGB Variations
Color information
#A5CA66 (or 0xA5CA66) is known color: Olivine. HEX triplet: A5, CA and 66. RGB value is (165,202,102). Sum of RGB (Red+Green+Blue) = 165+202+102=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA66 is #5A3599. Grayscale: #B3B3B3. Windows color (decimal): -5911962 or 6736549. OLE color: 6736549.
HSL color Cylindrical-coordinate representation of color #A5CA66: hue angle of 82.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5CA66 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 102 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.21 |
| HSL | 82.2º | 0.49% | 0.6% | - |
| HSV(B) | 82.2º | 0.5% | 0.79% | - |
| XYZ | 39.04 | 51.2 | 20.4 | - |
| YUV | 179.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 102 | 0.18 | 0 | 0.50 | 0.21 | 82.2 | 0.49 | 0.6 |
| Hex | A5 | CA | 66 | 12 | 0 | 32 | 15 | 52 | 31 | 3C |
| Octal | 245 | 312 | 146 | 22 | 0 | 62 | 25 | 122 | 61 | 74 |
| Binary | 10100101 | 11001010 | 1100110 | 10010 | 0 | 110010 | 10101 | 1010010 | 110001 | 111100 |
Color Harmonies of #A5CA66
Complementary color
Monochromatic Colors of #A5CA66
Black with #A5CA66
Text Example
Text Example
White with #A5CA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA66; }
p { color: rgb(165,202,102); }
H1.HeaderClassName
{
color: #A5CA66;
}
.AnyTagClassName
{
color: #A5CA66;
}
</style>
background-color css
<style>
a { background-color: #A5CA66; }
a { background-color: rgb(165,202,102); }
div.DivClassName
{
background-color: #A5CA66;
}
.BgClassName
{
background-color: #A5CA66;
}
</style>
border-color css
<style>
span { border-color: #A5CA66; }
span { border-color: rgb(165,202,102); }
td.TdClassName
{
border-color: #A5CA66;
}
.TagClassName
{
border-color: #A5CA66;
}
</style>