Shades of Yellow Green #9AD532
Tints of Yellow Green #9AD532
RGB
CMYK
RGB Variations
Color information
#9AD532 (or 0x9AD532) is known color: Yellow Green. HEX triplet: 9A, D5 and 32. RGB value is (154,213,50). Sum of RGB (Red+Green+Blue) = 154+213+50=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD532 is #652ACD. Grayscale: #B1B1B1. Windows color (decimal): -6630094 or 3331482. OLE color: 3331482.
HSL color Cylindrical-coordinate representation of color #9AD532: hue angle of 81.72º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9AD532 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 50 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.16 |
| HSL | 81.72º | 0.66% | 0.52% | - |
| HSV(B) | 81.72º | 0.77% | 0.84% | - |
| XYZ | 37.7 | 54.69 | 11.59 | - |
| YUV | 176.78 | 56.45 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 50 | 0.28 | 0 | 0.77 | 0.16 | 81.72 | 0.66 | 0.52 |
| Hex | 9A | D5 | 32 | 1C | 0 | 4D | 10 | 52 | 42 | 34 |
| Octal | 232 | 325 | 62 | 34 | 0 | 115 | 20 | 122 | 102 | 64 |
| Binary | 10011010 | 11010101 | 110010 | 11100 | 0 | 1001101 | 10000 | 1010010 | 1000010 | 110100 |
Color Harmonies of #9AD532
Complementary color
Monochromatic Colors of #9AD532
Black with #9AD532
Text Example
Text Example
White with #9AD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD532; }
p { color: rgb(154,213,50); }
H1.HeaderClassName
{
color: #9AD532;
}
.AnyTagClassName
{
color: #9AD532;
}
</style>
background-color css
<style>
a { background-color: #9AD532; }
a { background-color: rgb(154,213,50); }
div.DivClassName
{
background-color: #9AD532;
}
.BgClassName
{
background-color: #9AD532;
}
</style>
border-color css
<style>
span { border-color: #9AD532; }
span { border-color: rgb(154,213,50); }
td.TdClassName
{
border-color: #9AD532;
}
.TagClassName
{
border-color: #9AD532;
}
</style>