Shades of Yellow Green #8ACB31
Tints of Yellow Green #8ACB31
RGB
CMYK
RGB Variations
Color information
#8ACB31 (or 0x8ACB31) is known color: Yellow Green. HEX triplet: 8A, CB and 31. RGB value is (138,203,49). Sum of RGB (Red+Green+Blue) = 138+203+49=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB31 is #7534CE. Grayscale: #A6A6A6. Windows color (decimal): -7681231 or 3263370. OLE color: 3263370.
HSL color Cylindrical-coordinate representation of color #8ACB31: hue angle of 85.32º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8ACB31 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 49 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.20 |
| HSL | 85.32º | 0.61% | 0.49% | - |
| HSV(B) | 85.32º | 0.76% | 0.8% | - |
| XYZ | 32.39 | 48.34 | 10.53 | - |
| YUV | 166.01 | 61.97 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 49 | 0.32 | 0 | 0.76 | 0.20 | 85.32 | 0.61 | 0.49 |
| Hex | 8A | CB | 31 | 20 | 0 | 4C | 14 | 55 | 3D | 31 |
| Octal | 212 | 313 | 61 | 40 | 0 | 114 | 24 | 125 | 75 | 61 |
| Binary | 10001010 | 11001011 | 110001 | 100000 | 0 | 1001100 | 10100 | 1010101 | 111101 | 110001 |
Color Harmonies of #8ACB31
Complementary color
Monochromatic Colors of #8ACB31
Black with #8ACB31
Text Example
Text Example
White with #8ACB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB31; }
p { color: rgb(138,203,49); }
H1.HeaderClassName
{
color: #8ACB31;
}
.AnyTagClassName
{
color: #8ACB31;
}
</style>
background-color css
<style>
a { background-color: #8ACB31; }
a { background-color: rgb(138,203,49); }
div.DivClassName
{
background-color: #8ACB31;
}
.BgClassName
{
background-color: #8ACB31;
}
</style>
border-color css
<style>
span { border-color: #8ACB31; }
span { border-color: rgb(138,203,49); }
td.TdClassName
{
border-color: #8ACB31;
}
.TagClassName
{
border-color: #8ACB31;
}
</style>