Shades of Olivine #A5C273
Tints of Olivine #A5C273
RGB
CMYK
RGB Variations
Color information
#A5C273 (or 0xA5C273) is known color: Olivine. HEX triplet: A5, C2 and 73. RGB value is (165,194,115). Sum of RGB (Red+Green+Blue) = 165+194+115=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C273 is #5A3D8C. Grayscale: #B0B0B0. Windows color (decimal): -5913997 or 7586469. OLE color: 7586469.
HSL color Cylindrical-coordinate representation of color #A5C273: hue angle of 82.03º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5C273 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 194 | 115 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.24 |
| HSL | 82.03º | 0.39% | 0.61% | - |
| HSV(B) | 82.03º | 0.41% | 0.76% | - |
| XYZ | 37.9 | 47.82 | 23.45 | - |
| YUV | 176.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 194 | 115 | 0.15 | 0 | 0.41 | 0.24 | 82.03 | 0.39 | 0.61 |
| Hex | A5 | C2 | 73 | F | 0 | 29 | 18 | 52 | 27 | 3D |
| Octal | 245 | 302 | 163 | 17 | 0 | 51 | 30 | 122 | 47 | 75 |
| Binary | 10100101 | 11000010 | 1110011 | 1111 | 0 | 101001 | 11000 | 1010010 | 100111 | 111101 |
Color Harmonies of #A5C273
Complementary color
Monochromatic Colors of #A5C273
Black with #A5C273
Text Example
Text Example
White with #A5C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C273; }
p { color: rgb(165,194,115); }
H1.HeaderClassName
{
color: #A5C273;
}
.AnyTagClassName
{
color: #A5C273;
}
</style>
background-color css
<style>
a { background-color: #A5C273; }
a { background-color: rgb(165,194,115); }
div.DivClassName
{
background-color: #A5C273;
}
.BgClassName
{
background-color: #A5C273;
}
</style>
border-color css
<style>
span { border-color: #A5C273; }
span { border-color: rgb(165,194,115); }
td.TdClassName
{
border-color: #A5C273;
}
.TagClassName
{
border-color: #A5C273;
}
</style>