Shades of Olivine #A1C75C
Tints of Olivine #A1C75C
RGB
CMYK
RGB Variations
Color information
#A1C75C (or 0xA1C75C) is known color: Olivine. HEX triplet: A1, C7 and 5C. RGB value is (161,199,92). Sum of RGB (Red+Green+Blue) = 161+199+92=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C75C is #5E38A3. Grayscale: #AFAFAF. Windows color (decimal): -6174884 or 6080417. OLE color: 6080417.
HSL color Cylindrical-coordinate representation of color #A1C75C: hue angle of 81.31º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1C75C is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 92 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.22 |
| HSL | 81.31º | 0.49% | 0.57% | - |
| HSV(B) | 81.31º | 0.54% | 0.78% | - |
| XYZ | 37.05 | 49.2 | 17.67 | - |
| YUV | 175.44 | 80.91 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 92 | 0.19 | 0 | 0.54 | 0.22 | 81.31 | 0.49 | 0.57 |
| Hex | A1 | C7 | 5C | 13 | 0 | 36 | 16 | 51 | 31 | 39 |
| Octal | 241 | 307 | 134 | 23 | 0 | 66 | 26 | 121 | 61 | 71 |
| Binary | 10100001 | 11000111 | 1011100 | 10011 | 0 | 110110 | 10110 | 1010001 | 110001 | 111001 |
Color Harmonies of #A1C75C
Complementary color
Monochromatic Colors of #A1C75C
Black with #A1C75C
Text Example
Text Example
White with #A1C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C75C; }
p { color: rgb(161,199,92); }
H1.HeaderClassName
{
color: #A1C75C;
}
.AnyTagClassName
{
color: #A1C75C;
}
</style>
background-color css
<style>
a { background-color: #A1C75C; }
a { background-color: rgb(161,199,92); }
div.DivClassName
{
background-color: #A1C75C;
}
.BgClassName
{
background-color: #A1C75C;
}
</style>
border-color css
<style>
span { border-color: #A1C75C; }
span { border-color: rgb(161,199,92); }
td.TdClassName
{
border-color: #A1C75C;
}
.TagClassName
{
border-color: #A1C75C;
}
</style>