Shades of Yellow Green #96C324
Tints of Yellow Green #96C324
RGB
CMYK
RGB Variations
Color information
#96C324 (or 0x96C324) is known color: Yellow Green. HEX triplet: 96, C3 and 24. RGB value is (150,195,36). Sum of RGB (Red+Green+Blue) = 150+195+36=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #96C324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C324 is #693CDB. Grayscale: #A4A4A4. Windows color (decimal): -6896860 or 2409366. OLE color: 2409366.
HSL color Cylindrical-coordinate representation of color #96C324: hue angle of 76.98º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96C324 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 36 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.24 |
| HSL | 76.98º | 0.69% | 0.45% | - |
| HSV(B) | 76.98º | 0.82% | 0.76% | - |
| XYZ | 32.41 | 45.64 | 8.77 | - |
| YUV | 163.42 | 56.09 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 36 | 0.23 | 0 | 0.82 | 0.24 | 76.98 | 0.69 | 0.45 |
| Hex | 96 | C3 | 24 | 17 | 0 | 52 | 18 | 4D | 45 | 2D |
| Octal | 226 | 303 | 44 | 27 | 0 | 122 | 30 | 115 | 105 | 55 |
| Binary | 10010110 | 11000011 | 100100 | 10111 | 0 | 1010010 | 11000 | 1001101 | 1000101 | 101101 |
Color Harmonies of #96C324
Complementary color
Monochromatic Colors of #96C324
Black with #96C324
Text Example
Text Example
White with #96C324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C324; }
p { color: rgb(150,195,36); }
H1.HeaderClassName
{
color: #96C324;
}
.AnyTagClassName
{
color: #96C324;
}
</style>
background-color css
<style>
a { background-color: #96C324; }
a { background-color: rgb(150,195,36); }
div.DivClassName
{
background-color: #96C324;
}
.BgClassName
{
background-color: #96C324;
}
</style>
border-color css
<style>
span { border-color: #96C324; }
span { border-color: rgb(150,195,36); }
td.TdClassName
{
border-color: #96C324;
}
.TagClassName
{
border-color: #96C324;
}
</style>