Shades of Yellow Green #99C32A
Tints of Yellow Green #99C32A
RGB
CMYK
RGB Variations
Color information
#99C32A (or 0x99C32A) is known color: Yellow Green. HEX triplet: 99, C3 and 2A. RGB value is (153,195,42). Sum of RGB (Red+Green+Blue) = 153+195+42=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #99C32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C32A is #663CD5. Grayscale: #A5A5A5. Windows color (decimal): -6700246 or 2802585. OLE color: 2802585.
HSL color Cylindrical-coordinate representation of color #99C32A: hue angle of 76.47º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99C32A is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 42 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.24 |
| HSL | 76.47º | 0.65% | 0.46% | - |
| HSV(B) | 76.47º | 0.78% | 0.76% | - |
| XYZ | 33.07 | 45.97 | 9.32 | - |
| YUV | 165 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 42 | 0.22 | 0 | 0.78 | 0.24 | 76.47 | 0.65 | 0.46 |
| Hex | 99 | C3 | 2A | 16 | 0 | 4E | 18 | 4C | 41 | 2E |
| Octal | 231 | 303 | 52 | 26 | 0 | 116 | 30 | 114 | 101 | 56 |
| Binary | 10011001 | 11000011 | 101010 | 10110 | 0 | 1001110 | 11000 | 1001100 | 1000001 | 101110 |
Color Harmonies of #99C32A
Complementary color
Monochromatic Colors of #99C32A
Black with #99C32A
Text Example
Text Example
White with #99C32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C32A; }
p { color: rgb(153,195,42); }
H1.HeaderClassName
{
color: #99C32A;
}
.AnyTagClassName
{
color: #99C32A;
}
</style>
background-color css
<style>
a { background-color: #99C32A; }
a { background-color: rgb(153,195,42); }
div.DivClassName
{
background-color: #99C32A;
}
.BgClassName
{
background-color: #99C32A;
}
</style>
border-color css
<style>
span { border-color: #99C32A; }
span { border-color: rgb(153,195,42); }
td.TdClassName
{
border-color: #99C32A;
}
.TagClassName
{
border-color: #99C32A;
}
</style>