Shades of Olivine #A1C55F
Tints of Olivine #A1C55F
RGB
CMYK
RGB Variations
Color information
#A1C55F (or 0xA1C55F) is known color: Olivine. HEX triplet: A1, C5 and 5F. RGB value is (161,197,95). Sum of RGB (Red+Green+Blue) = 161+197+95=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C55F is #5E3AA0. Grayscale: #AEAEAE. Windows color (decimal): -6175393 or 6276513. OLE color: 6276513.
HSL color Cylindrical-coordinate representation of color #A1C55F: hue angle of 81.18º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1C55F is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 95 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.23 |
| HSL | 81.18º | 0.47% | 0.57% | - |
| HSV(B) | 81.18º | 0.52% | 0.77% | - |
| XYZ | 36.73 | 48.34 | 18.22 | - |
| YUV | 174.61 | 83.07 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 95 | 0.18 | 0 | 0.52 | 0.23 | 81.18 | 0.47 | 0.57 |
| Hex | A1 | C5 | 5F | 12 | 0 | 34 | 17 | 51 | 2F | 39 |
| Octal | 241 | 305 | 137 | 22 | 0 | 64 | 27 | 121 | 57 | 71 |
| Binary | 10100001 | 11000101 | 1011111 | 10010 | 0 | 110100 | 10111 | 1010001 | 101111 | 111001 |
Color Harmonies of #A1C55F
Complementary color
Monochromatic Colors of #A1C55F
Black with #A1C55F
Text Example
Text Example
White with #A1C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C55F; }
p { color: rgb(161,197,95); }
H1.HeaderClassName
{
color: #A1C55F;
}
.AnyTagClassName
{
color: #A1C55F;
}
</style>
background-color css
<style>
a { background-color: #A1C55F; }
a { background-color: rgb(161,197,95); }
div.DivClassName
{
background-color: #A1C55F;
}
.BgClassName
{
background-color: #A1C55F;
}
</style>
border-color css
<style>
span { border-color: #A1C55F; }
span { border-color: rgb(161,197,95); }
td.TdClassName
{
border-color: #A1C55F;
}
.TagClassName
{
border-color: #A1C55F;
}
</style>