Shades of Olivine #A5C260
Tints of Olivine #A5C260
RGB
CMYK
RGB Variations
Color information
#A5C260 (or 0xA5C260) is known color: Olivine. HEX triplet: A5, C2 and 60. RGB value is (165,194,96). Sum of RGB (Red+Green+Blue) = 165+194+96=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C260 is #5A3D9F. Grayscale: #AEAEAE. Windows color (decimal): -5914016 or 6341285. OLE color: 6341285.
HSL color Cylindrical-coordinate representation of color #A5C260: hue angle of 77.76º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5C260 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 194 | 96 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.24 |
| HSL | 77.76º | 0.45% | 0.57% | - |
| HSV(B) | 77.76º | 0.51% | 0.76% | - |
| XYZ | 36.92 | 47.43 | 18.27 | - |
| YUV | 174.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 194 | 96 | 0.15 | 0 | 0.51 | 0.24 | 77.76 | 0.45 | 0.57 |
| Hex | A5 | C2 | 60 | F | 0 | 33 | 18 | 4E | 2D | 39 |
| Octal | 245 | 302 | 140 | 17 | 0 | 63 | 30 | 116 | 55 | 71 |
| Binary | 10100101 | 11000010 | 1100000 | 1111 | 0 | 110011 | 11000 | 1001110 | 101101 | 111001 |
Color Harmonies of #A5C260
Complementary color
Monochromatic Colors of #A5C260
Black with #A5C260
Text Example
Text Example
White with #A5C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C260; }
p { color: rgb(165,194,96); }
H1.HeaderClassName
{
color: #A5C260;
}
.AnyTagClassName
{
color: #A5C260;
}
</style>
background-color css
<style>
a { background-color: #A5C260; }
a { background-color: rgb(165,194,96); }
div.DivClassName
{
background-color: #A5C260;
}
.BgClassName
{
background-color: #A5C260;
}
</style>
border-color css
<style>
span { border-color: #A5C260; }
span { border-color: rgb(165,194,96); }
td.TdClassName
{
border-color: #A5C260;
}
.TagClassName
{
border-color: #A5C260;
}
</style>