Shades of Yellow Green #99C02A
Tints of Yellow Green #99C02A
RGB
CMYK
RGB Variations
Color information
#99C02A (or 0x99C02A) is known color: Yellow Green. HEX triplet: 99, C0 and 2A. RGB value is (153,192,42). Sum of RGB (Red+Green+Blue) = 153+192+42=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #99C02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C02A is #663FD5. Grayscale: #A3A3A3. Windows color (decimal): -6701014 or 2801817. OLE color: 2801817.
HSL color Cylindrical-coordinate representation of color #99C02A: hue angle of 75.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99C02A is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 42 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.25 |
| HSL | 75.6º | 0.64% | 0.46% | - |
| HSV(B) | 75.6º | 0.78% | 0.75% | - |
| XYZ | 32.4 | 44.64 | 9.1 | - |
| YUV | 163.24 | 59.58 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 42 | 0.20 | 0 | 0.78 | 0.25 | 75.6 | 0.64 | 0.46 |
| Hex | 99 | C0 | 2A | 14 | 0 | 4E | 19 | 4C | 40 | 2E |
| Octal | 231 | 300 | 52 | 24 | 0 | 116 | 31 | 114 | 100 | 56 |
| Binary | 10011001 | 11000000 | 101010 | 10100 | 0 | 1001110 | 11001 | 1001100 | 1000000 | 101110 |
Color Harmonies of #99C02A
Complementary color
Monochromatic Colors of #99C02A
Black with #99C02A
Text Example
Text Example
White with #99C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C02A; }
p { color: rgb(153,192,42); }
H1.HeaderClassName
{
color: #99C02A;
}
.AnyTagClassName
{
color: #99C02A;
}
</style>
background-color css
<style>
a { background-color: #99C02A; }
a { background-color: rgb(153,192,42); }
div.DivClassName
{
background-color: #99C02A;
}
.BgClassName
{
background-color: #99C02A;
}
</style>
border-color css
<style>
span { border-color: #99C02A; }
span { border-color: rgb(153,192,42); }
td.TdClassName
{
border-color: #99C02A;
}
.TagClassName
{
border-color: #99C02A;
}
</style>