Shades of Yellow Green #9ABF32
Tints of Yellow Green #9ABF32
RGB
CMYK
RGB Variations
Color information
#9ABF32 (or 0x9ABF32) is known color: Yellow Green. HEX triplet: 9A, BF and 32. RGB value is (154,191,50). Sum of RGB (Red+Green+Blue) = 154+191+50=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABF32 is #6540CD. Grayscale: #A4A4A4. Windows color (decimal): -6635726 or 3325850. OLE color: 3325850.
HSL color Cylindrical-coordinate representation of color #9ABF32: hue angle of 75.74º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9ABF32 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 191 | 50 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.25 |
| HSL | 75.74º | 0.59% | 0.47% | - |
| HSV(B) | 75.74º | 0.74% | 0.75% | - |
| XYZ | 32.53 | 44.36 | 9.87 | - |
| YUV | 163.86 | 63.74 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 50 | 0.19 | 0 | 0.74 | 0.25 | 75.74 | 0.59 | 0.47 |
| Hex | 9A | BF | 32 | 13 | 0 | 4A | 19 | 4C | 3B | 2F |
| Octal | 232 | 277 | 62 | 23 | 0 | 112 | 31 | 114 | 73 | 57 |
| Binary | 10011010 | 10111111 | 110010 | 10011 | 0 | 1001010 | 11001 | 1001100 | 111011 | 101111 |
Color Harmonies of #9ABF32
Complementary color
Monochromatic Colors of #9ABF32
Black with #9ABF32
Text Example
Text Example
White with #9ABF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABF32; }
p { color: rgb(154,191,50); }
H1.HeaderClassName
{
color: #9ABF32;
}
.AnyTagClassName
{
color: #9ABF32;
}
</style>
background-color css
<style>
a { background-color: #9ABF32; }
a { background-color: rgb(154,191,50); }
div.DivClassName
{
background-color: #9ABF32;
}
.BgClassName
{
background-color: #9ABF32;
}
</style>
border-color css
<style>
span { border-color: #9ABF32; }
span { border-color: rgb(154,191,50); }
td.TdClassName
{
border-color: #9ABF32;
}
.TagClassName
{
border-color: #9ABF32;
}
</style>