Shades of Yellow Green #99C026
Tints of Yellow Green #99C026
RGB
CMYK
RGB Variations
Color information
#99C026 (or 0x99C026) is known color: Yellow Green. HEX triplet: 99, C0 and 26. RGB value is (153,192,38). Sum of RGB (Red+Green+Blue) = 153+192+38=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #99C026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C026 is #663FD9. Grayscale: #A3A3A3. Windows color (decimal): -6701018 or 2539673. OLE color: 2539673.
HSL color Cylindrical-coordinate representation of color #99C026: hue angle of 75.19º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99C026 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 38 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.25 |
| HSL | 75.19º | 0.67% | 0.45% | - |
| HSV(B) | 75.19º | 0.8% | 0.75% | - |
| XYZ | 32.34 | 44.61 | 8.74 | - |
| YUV | 162.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 38 | 0.20 | 0 | 0.80 | 0.25 | 75.19 | 0.67 | 0.45 |
| Hex | 99 | C0 | 26 | 14 | 0 | 50 | 19 | 4B | 43 | 2D |
| Octal | 231 | 300 | 46 | 24 | 0 | 120 | 31 | 113 | 103 | 55 |
| Binary | 10011001 | 11000000 | 100110 | 10100 | 0 | 1010000 | 11001 | 1001011 | 1000011 | 101101 |
Color Harmonies of #99C026
Complementary color
Monochromatic Colors of #99C026
Black with #99C026
Text Example
Text Example
White with #99C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C026; }
p { color: rgb(153,192,38); }
H1.HeaderClassName
{
color: #99C026;
}
.AnyTagClassName
{
color: #99C026;
}
</style>
background-color css
<style>
a { background-color: #99C026; }
a { background-color: rgb(153,192,38); }
div.DivClassName
{
background-color: #99C026;
}
.BgClassName
{
background-color: #99C026;
}
</style>
border-color css
<style>
span { border-color: #99C026; }
span { border-color: rgb(153,192,38); }
td.TdClassName
{
border-color: #99C026;
}
.TagClassName
{
border-color: #99C026;
}
</style>