Shades of Olivine #A1CA69
Tints of Olivine #A1CA69
RGB
CMYK
RGB Variations
Color information
#A1CA69 (or 0xA1CA69) is known color: Olivine. HEX triplet: A1, CA and 69. RGB value is (161,202,105). Sum of RGB (Red+Green+Blue) = 161+202+105=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA69 is #5E3596. Grayscale: #B3B3B3. Windows color (decimal): -6174103 or 6933153. OLE color: 6933153.
HSL color Cylindrical-coordinate representation of color #A1CA69: hue angle of 85.36º 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 #A1CA69 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 105 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.21 |
| HSL | 85.36º | 0.48% | 0.6% | - |
| HSV(B) | 85.36º | 0.48% | 0.79% | - |
| XYZ | 38.37 | 50.84 | 21.16 | - |
| YUV | 178.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 105 | 0.20 | 0 | 0.48 | 0.21 | 85.36 | 0.48 | 0.6 |
| Hex | A1 | CA | 69 | 14 | 0 | 30 | 15 | 55 | 30 | 3C |
| Octal | 241 | 312 | 151 | 24 | 0 | 60 | 25 | 125 | 60 | 74 |
| Binary | 10100001 | 11001010 | 1101001 | 10100 | 0 | 110000 | 10101 | 1010101 | 110000 | 111100 |
Color Harmonies of #A1CA69
Complementary color
Monochromatic Colors of #A1CA69
Black with #A1CA69
Text Example
Text Example
White with #A1CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA69; }
p { color: rgb(161,202,105); }
H1.HeaderClassName
{
color: #A1CA69;
}
.AnyTagClassName
{
color: #A1CA69;
}
</style>
background-color css
<style>
a { background-color: #A1CA69; }
a { background-color: rgb(161,202,105); }
div.DivClassName
{
background-color: #A1CA69;
}
.BgClassName
{
background-color: #A1CA69;
}
</style>
border-color css
<style>
span { border-color: #A1CA69; }
span { border-color: rgb(161,202,105); }
td.TdClassName
{
border-color: #A1CA69;
}
.TagClassName
{
border-color: #A1CA69;
}
</style>