Shades of Yellow Green #9ACB32
Tints of Yellow Green #9ACB32
RGB
CMYK
RGB Variations
Color information
#9ACB32 (or 0x9ACB32) is known color: Yellow Green. HEX triplet: 9A, CB and 32. RGB value is (154,203,50). Sum of RGB (Red+Green+Blue) = 154+203+50=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACB32 is #6534CD. Grayscale: #ABABAB. Windows color (decimal): -6632654 or 3328922. OLE color: 3328922.
HSL color Cylindrical-coordinate representation of color #9ACB32: hue angle of 79.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9ACB32 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 50 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.20 |
| HSL | 79.22º | 0.6% | 0.5% | - |
| HSV(B) | 79.22º | 0.75% | 0.8% | - |
| XYZ | 35.26 | 49.81 | 10.77 | - |
| YUV | 170.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 50 | 0.24 | 0 | 0.75 | 0.20 | 79.22 | 0.6 | 0.5 |
| Hex | 9A | CB | 32 | 18 | 0 | 4B | 14 | 4F | 3C | 32 |
| Octal | 232 | 313 | 62 | 30 | 0 | 113 | 24 | 117 | 74 | 62 |
| Binary | 10011010 | 11001011 | 110010 | 11000 | 0 | 1001011 | 10100 | 1001111 | 111100 | 110010 |
Color Harmonies of #9ACB32
Complementary color
Monochromatic Colors of #9ACB32
Black with #9ACB32
Text Example
Text Example
White with #9ACB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB32; }
p { color: rgb(154,203,50); }
H1.HeaderClassName
{
color: #9ACB32;
}
.AnyTagClassName
{
color: #9ACB32;
}
</style>
background-color css
<style>
a { background-color: #9ACB32; }
a { background-color: rgb(154,203,50); }
div.DivClassName
{
background-color: #9ACB32;
}
.BgClassName
{
background-color: #9ACB32;
}
</style>
border-color css
<style>
span { border-color: #9ACB32; }
span { border-color: rgb(154,203,50); }
td.TdClassName
{
border-color: #9ACB32;
}
.TagClassName
{
border-color: #9ACB32;
}
</style>