Shades of Yellow Green #8ACB33
Tints of Yellow Green #8ACB33
RGB
CMYK
RGB Variations
Color information
#8ACB33 (or 0x8ACB33) is known color: Yellow Green. HEX triplet: 8A, CB and 33. RGB value is (138,203,51). Sum of RGB (Red+Green+Blue) = 138+203+51=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB33 is #7534CC. Grayscale: #A6A6A6. Windows color (decimal): -7681229 or 3394442. OLE color: 3394442.
HSL color Cylindrical-coordinate representation of color #8ACB33: hue angle of 85.66º 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 #8ACB33 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 51 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.20 |
| HSL | 85.66º | 0.6% | 0.5% | - |
| HSV(B) | 85.66º | 0.75% | 0.8% | - |
| XYZ | 32.43 | 48.35 | 10.76 | - |
| YUV | 166.24 | 62.97 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 51 | 0.32 | 0 | 0.75 | 0.20 | 85.66 | 0.6 | 0.5 |
| Hex | 8A | CB | 33 | 20 | 0 | 4B | 14 | 56 | 3C | 32 |
| Octal | 212 | 313 | 63 | 40 | 0 | 113 | 24 | 126 | 74 | 62 |
| Binary | 10001010 | 11001011 | 110011 | 100000 | 0 | 1001011 | 10100 | 1010110 | 111100 | 110010 |
Color Harmonies of #8ACB33
Complementary color
Monochromatic Colors of #8ACB33
Black with #8ACB33
Text Example
Text Example
White with #8ACB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB33; }
p { color: rgb(138,203,51); }
H1.HeaderClassName
{
color: #8ACB33;
}
.AnyTagClassName
{
color: #8ACB33;
}
</style>
background-color css
<style>
a { background-color: #8ACB33; }
a { background-color: rgb(138,203,51); }
div.DivClassName
{
background-color: #8ACB33;
}
.BgClassName
{
background-color: #8ACB33;
}
</style>
border-color css
<style>
span { border-color: #8ACB33; }
span { border-color: rgb(138,203,51); }
td.TdClassName
{
border-color: #8ACB33;
}
.TagClassName
{
border-color: #8ACB33;
}
</style>