Shades of Olivine #A1C35C
Tints of Olivine #A1C35C
RGB
CMYK
RGB Variations
Color information
#A1C35C (or 0xA1C35C) is known color: Olivine. HEX triplet: A1, C3 and 5C. RGB value is (161,195,92). Sum of RGB (Red+Green+Blue) = 161+195+92=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C35C is #5E3CA3. Grayscale: #ADADAD. Windows color (decimal): -6175908 or 6079393. OLE color: 6079393.
HSL color Cylindrical-coordinate representation of color #A1C35C: hue angle of 79.81º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1C35C is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 92 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.24 |
| HSL | 79.81º | 0.46% | 0.56% | - |
| HSV(B) | 79.81º | 0.53% | 0.76% | - |
| XYZ | 36.14 | 47.38 | 17.37 | - |
| YUV | 173.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 92 | 0.17 | 0 | 0.53 | 0.24 | 79.81 | 0.46 | 0.56 |
| Hex | A1 | C3 | 5C | 11 | 0 | 35 | 18 | 50 | 2E | 38 |
| Octal | 241 | 303 | 134 | 21 | 0 | 65 | 30 | 120 | 56 | 70 |
| Binary | 10100001 | 11000011 | 1011100 | 10001 | 0 | 110101 | 11000 | 1010000 | 101110 | 111000 |
Color Harmonies of #A1C35C
Complementary color
Monochromatic Colors of #A1C35C
Black with #A1C35C
Text Example
Text Example
White with #A1C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C35C; }
p { color: rgb(161,195,92); }
H1.HeaderClassName
{
color: #A1C35C;
}
.AnyTagClassName
{
color: #A1C35C;
}
</style>
background-color css
<style>
a { background-color: #A1C35C; }
a { background-color: rgb(161,195,92); }
div.DivClassName
{
background-color: #A1C35C;
}
.BgClassName
{
background-color: #A1C35C;
}
</style>
border-color css
<style>
span { border-color: #A1C35C; }
span { border-color: rgb(161,195,92); }
td.TdClassName
{
border-color: #A1C35C;
}
.TagClassName
{
border-color: #A1C35C;
}
</style>