Shades of Yellow Green #8ACB13
Tints of Yellow Green #8ACB13
RGB
CMYK
RGB Variations
Color information
#8ACB13 (or 0x8ACB13) is known color: Yellow Green. HEX triplet: 8A, CB and 13. RGB value is (138,203,19). Sum of RGB (Red+Green+Blue) = 138+203+19=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACB13 is #7534EC. Grayscale: #A3A3A3. Windows color (decimal): -7681261 or 1297290. OLE color: 1297290.
HSL color Cylindrical-coordinate representation of color #8ACB13: hue angle of 81.2º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8ACB13 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 19 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.20 |
| HSL | 81.2º | 0.83% | 0.44% | - |
| HSV(B) | 81.2º | 0.91% | 0.8% | - |
| XYZ | 31.95 | 48.16 | 8.23 | - |
| YUV | 162.59 | 46.97 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 19 | 0.32 | 0 | 0.91 | 0.20 | 81.2 | 0.83 | 0.44 |
| Hex | 8A | CB | 13 | 20 | 0 | 5B | 14 | 51 | 53 | 2C |
| Octal | 212 | 313 | 23 | 40 | 0 | 133 | 24 | 121 | 123 | 54 |
| Binary | 10001010 | 11001011 | 10011 | 100000 | 0 | 1011011 | 10100 | 1010001 | 1010011 | 101100 |
Color Harmonies of #8ACB13
Complementary color
Monochromatic Colors of #8ACB13
Black with #8ACB13
Text Example
Text Example
White with #8ACB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB13; }
p { color: rgb(138,203,19); }
H1.HeaderClassName
{
color: #8ACB13;
}
.AnyTagClassName
{
color: #8ACB13;
}
</style>
background-color css
<style>
a { background-color: #8ACB13; }
a { background-color: rgb(138,203,19); }
div.DivClassName
{
background-color: #8ACB13;
}
.BgClassName
{
background-color: #8ACB13;
}
</style>
border-color css
<style>
span { border-color: #8ACB13; }
span { border-color: rgb(138,203,19); }
td.TdClassName
{
border-color: #8ACB13;
}
.TagClassName
{
border-color: #8ACB13;
}
</style>