Shades of Yellow Green #8ACB14
Tints of Yellow Green #8ACB14
RGB
CMYK
RGB Variations
Color information
#8ACB14 (or 0x8ACB14) is known color: Yellow Green. HEX triplet: 8A, CB and 14. RGB value is (138,203,20). Sum of RGB (Red+Green+Blue) = 138+203+20=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACB14 is #7534EB. Grayscale: #A3A3A3. Windows color (decimal): -7681260 or 1362826. OLE color: 1362826.
HSL color Cylindrical-coordinate representation of color #8ACB14: hue angle of 81.31º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8ACB14 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 20 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.20 |
| HSL | 81.31º | 0.82% | 0.44% | - |
| HSV(B) | 81.31º | 0.9% | 0.8% | - |
| XYZ | 31.96 | 48.17 | 8.27 | - |
| YUV | 162.7 | 47.47 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 20 | 0.32 | 0 | 0.90 | 0.20 | 81.31 | 0.82 | 0.44 |
| Hex | 8A | CB | 14 | 20 | 0 | 5A | 14 | 51 | 52 | 2C |
| Octal | 212 | 313 | 24 | 40 | 0 | 132 | 24 | 121 | 122 | 54 |
| Binary | 10001010 | 11001011 | 10100 | 100000 | 0 | 1011010 | 10100 | 1010001 | 1010010 | 101100 |
Color Harmonies of #8ACB14
Complementary color
Monochromatic Colors of #8ACB14
Black with #8ACB14
Text Example
Text Example
White with #8ACB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB14; }
p { color: rgb(138,203,20); }
H1.HeaderClassName
{
color: #8ACB14;
}
.AnyTagClassName
{
color: #8ACB14;
}
</style>
background-color css
<style>
a { background-color: #8ACB14; }
a { background-color: rgb(138,203,20); }
div.DivClassName
{
background-color: #8ACB14;
}
.BgClassName
{
background-color: #8ACB14;
}
</style>
border-color css
<style>
span { border-color: #8ACB14; }
span { border-color: rgb(138,203,20); }
td.TdClassName
{
border-color: #8ACB14;
}
.TagClassName
{
border-color: #8ACB14;
}
</style>