Shades of Olivine #99C15A
Tints of Olivine #99C15A
RGB
CMYK
RGB Variations
Color information
#99C15A (or 0x99C15A) is known color: Olivine. HEX triplet: 99, C1 and 5A. RGB value is (153,193,90). Sum of RGB (Red+Green+Blue) = 153+193+90=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #99C15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C15A is #663EA5. Grayscale: #A9A9A9. Windows color (decimal): -6700710 or 5947801. OLE color: 5947801.
HSL color Cylindrical-coordinate representation of color #99C15A: hue angle of 83.3º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99C15A is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 90 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.24 |
| HSL | 83.3º | 0.45% | 0.55% | - |
| HSV(B) | 83.3º | 0.53% | 0.76% | - |
| XYZ | 34.05 | 45.65 | 16.69 | - |
| YUV | 169.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 90 | 0.21 | 0 | 0.53 | 0.24 | 83.3 | 0.45 | 0.55 |
| Hex | 99 | C1 | 5A | 15 | 0 | 35 | 18 | 53 | 2D | 37 |
| Octal | 231 | 301 | 132 | 25 | 0 | 65 | 30 | 123 | 55 | 67 |
| Binary | 10011001 | 11000001 | 1011010 | 10101 | 0 | 110101 | 11000 | 1010011 | 101101 | 110111 |
Color Harmonies of #99C15A
Complementary color
Monochromatic Colors of #99C15A
Black with #99C15A
Text Example
Text Example
White with #99C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C15A; }
p { color: rgb(153,193,90); }
H1.HeaderClassName
{
color: #99C15A;
}
.AnyTagClassName
{
color: #99C15A;
}
</style>
background-color css
<style>
a { background-color: #99C15A; }
a { background-color: rgb(153,193,90); }
div.DivClassName
{
background-color: #99C15A;
}
.BgClassName
{
background-color: #99C15A;
}
</style>
border-color css
<style>
span { border-color: #99C15A; }
span { border-color: rgb(153,193,90); }
td.TdClassName
{
border-color: #99C15A;
}
.TagClassName
{
border-color: #99C15A;
}
</style>