Shades of Yellow Green #96E02A
Tints of Yellow Green #96E02A
RGB
CMYK
RGB Variations
Color information
#96E02A (or 0x96E02A) is known color: Yellow Green. HEX triplet: 96, E0 and 2A. RGB value is (150,224,42). Sum of RGB (Red+Green+Blue) = 150+224+42=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #96E02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E02A is #691FD5. Grayscale: #B5B5B5. Windows color (decimal): -6889430 or 2810006. OLE color: 2810006.
HSL color Cylindrical-coordinate representation of color #96E02A: hue angle of 84.4º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96E02A is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 42 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.12 |
| HSL | 84.4º | 0.75% | 0.52% | - |
| HSV(B) | 84.4º | 0.81% | 0.88% | - |
| XYZ | 39.65 | 59.96 | 11.67 | - |
| YUV | 181.13 | 49.48 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 42 | 0.33 | 0 | 0.81 | 0.12 | 84.4 | 0.75 | 0.52 |
| Hex | 96 | E0 | 2A | 21 | 0 | 51 | C | 54 | 4B | 34 |
| Octal | 226 | 340 | 52 | 41 | 0 | 121 | 14 | 124 | 113 | 64 |
| Binary | 10010110 | 11100000 | 101010 | 100001 | 0 | 1010001 | 1100 | 1010100 | 1001011 | 110100 |
Color Harmonies of #96E02A
Complementary color
Monochromatic Colors of #96E02A
Black with #96E02A
Text Example
Text Example
White with #96E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E02A; }
p { color: rgb(150,224,42); }
H1.HeaderClassName
{
color: #96E02A;
}
.AnyTagClassName
{
color: #96E02A;
}
</style>
background-color css
<style>
a { background-color: #96E02A; }
a { background-color: rgb(150,224,42); }
div.DivClassName
{
background-color: #96E02A;
}
.BgClassName
{
background-color: #96E02A;
}
</style>
border-color css
<style>
span { border-color: #96E02A; }
span { border-color: rgb(150,224,42); }
td.TdClassName
{
border-color: #96E02A;
}
.TagClassName
{
border-color: #96E02A;
}
</style>