Shades of Yellow Green #8ACE14
Tints of Yellow Green #8ACE14
RGB
CMYK
RGB Variations
Color information
#8ACE14 (or 0x8ACE14) is known color: Yellow Green. HEX triplet: 8A, CE and 14. RGB value is (138,206,20). Sum of RGB (Red+Green+Blue) = 138+206+20=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACE14 is #7531EB. Grayscale: #A5A5A5. Windows color (decimal): -7680492 or 1363594. OLE color: 1363594.
HSL color Cylindrical-coordinate representation of color #8ACE14: hue angle of 81.94º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8ACE14 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 20 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.19 |
| HSL | 81.94º | 0.82% | 0.44% | - |
| HSV(B) | 81.94º | 0.9% | 0.81% | - |
| XYZ | 32.68 | 49.6 | 8.51 | - |
| YUV | 164.46 | 46.47 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 20 | 0.33 | 0 | 0.90 | 0.19 | 81.94 | 0.82 | 0.44 |
| Hex | 8A | CE | 14 | 21 | 0 | 5A | 13 | 52 | 52 | 2C |
| Octal | 212 | 316 | 24 | 41 | 0 | 132 | 23 | 122 | 122 | 54 |
| Binary | 10001010 | 11001110 | 10100 | 100001 | 0 | 1011010 | 10011 | 1010010 | 1010010 | 101100 |
Color Harmonies of #8ACE14
Complementary color
Monochromatic Colors of #8ACE14
Black with #8ACE14
Text Example
Text Example
White with #8ACE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE14; }
p { color: rgb(138,206,20); }
H1.HeaderClassName
{
color: #8ACE14;
}
.AnyTagClassName
{
color: #8ACE14;
}
</style>
background-color css
<style>
a { background-color: #8ACE14; }
a { background-color: rgb(138,206,20); }
div.DivClassName
{
background-color: #8ACE14;
}
.BgClassName
{
background-color: #8ACE14;
}
</style>
border-color css
<style>
span { border-color: #8ACE14; }
span { border-color: rgb(138,206,20); }
td.TdClassName
{
border-color: #8ACE14;
}
.TagClassName
{
border-color: #8ACE14;
}
</style>