Shades of Olivine #A5C46A
Tints of Olivine #A5C46A
RGB
CMYK
RGB Variations
Color information
#A5C46A (or 0xA5C46A) is known color: Olivine. HEX triplet: A5, C4 and 6A. RGB value is (165,196,106). Sum of RGB (Red+Green+Blue) = 165+196+106=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C46A is #5A3B95. Grayscale: #B0B0B0. Windows color (decimal): -5913494 or 6997157. OLE color: 6997157.
HSL color Cylindrical-coordinate representation of color #A5C46A: hue angle of 80.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5C46A is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 196 | 106 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.23 |
| HSL | 80.67º | 0.43% | 0.59% | - |
| HSV(B) | 80.67º | 0.46% | 0.77% | - |
| XYZ | 37.86 | 48.52 | 21.01 | - |
| YUV | 176.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 106 | 0.16 | 0 | 0.46 | 0.23 | 80.67 | 0.43 | 0.59 |
| Hex | A5 | C4 | 6A | 10 | 0 | 2E | 17 | 51 | 2B | 3B |
| Octal | 245 | 304 | 152 | 20 | 0 | 56 | 27 | 121 | 53 | 73 |
| Binary | 10100101 | 11000100 | 1101010 | 10000 | 0 | 101110 | 10111 | 1010001 | 101011 | 111011 |
Color Harmonies of #A5C46A
Complementary color
Monochromatic Colors of #A5C46A
Black with #A5C46A
Text Example
Text Example
White with #A5C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C46A; }
p { color: rgb(165,196,106); }
H1.HeaderClassName
{
color: #A5C46A;
}
.AnyTagClassName
{
color: #A5C46A;
}
</style>
background-color css
<style>
a { background-color: #A5C46A; }
a { background-color: rgb(165,196,106); }
div.DivClassName
{
background-color: #A5C46A;
}
.BgClassName
{
background-color: #A5C46A;
}
</style>
border-color css
<style>
span { border-color: #A5C46A; }
span { border-color: rgb(165,196,106); }
td.TdClassName
{
border-color: #A5C46A;
}
.TagClassName
{
border-color: #A5C46A;
}
</style>