Shades of Yellow Green #9ADA32
Tints of Yellow Green #9ADA32
RGB
CMYK
RGB Variations
Color information
#9ADA32 (or 0x9ADA32) is known color: Yellow Green. HEX triplet: 9A, DA and 32. RGB value is (154,218,50). Sum of RGB (Red+Green+Blue) = 154+218+50=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADA32 is #6525CD. Grayscale: #B4B4B4. Windows color (decimal): -6628814 or 3332762. OLE color: 3332762.
HSL color Cylindrical-coordinate representation of color #9ADA32: hue angle of 82.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9ADA32 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 50 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.15 |
| HSL | 82.86º | 0.69% | 0.53% | - |
| HSV(B) | 82.86º | 0.77% | 0.85% | - |
| XYZ | 38.97 | 57.24 | 12.01 | - |
| YUV | 179.71 | 54.8 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 50 | 0.29 | 0 | 0.77 | 0.15 | 82.86 | 0.69 | 0.53 |
| Hex | 9A | DA | 32 | 1D | 0 | 4D | F | 53 | 45 | 35 |
| Octal | 232 | 332 | 62 | 35 | 0 | 115 | 17 | 123 | 105 | 65 |
| Binary | 10011010 | 11011010 | 110010 | 11101 | 0 | 1001101 | 1111 | 1010011 | 1000101 | 110101 |
Color Harmonies of #9ADA32
Complementary color
Monochromatic Colors of #9ADA32
Black with #9ADA32
Text Example
Text Example
White with #9ADA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA32; }
p { color: rgb(154,218,50); }
H1.HeaderClassName
{
color: #9ADA32;
}
.AnyTagClassName
{
color: #9ADA32;
}
</style>
background-color css
<style>
a { background-color: #9ADA32; }
a { background-color: rgb(154,218,50); }
div.DivClassName
{
background-color: #9ADA32;
}
.BgClassName
{
background-color: #9ADA32;
}
</style>
border-color css
<style>
span { border-color: #9ADA32; }
span { border-color: rgb(154,218,50); }
td.TdClassName
{
border-color: #9ADA32;
}
.TagClassName
{
border-color: #9ADA32;
}
</style>