Shades of Yellow Green #8ACE12
Tints of Yellow Green #8ACE12
RGB
CMYK
RGB Variations
Color information
#8ACE12 (or 0x8ACE12) is known color: Yellow Green. HEX triplet: 8A, CE and 12. RGB value is (138,206,18). Sum of RGB (Red+Green+Blue) = 138+206+18=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACE12 is #7531ED. Grayscale: #A4A4A4. Windows color (decimal): -7680494 or 1232522. OLE color: 1232522.
HSL color Cylindrical-coordinate representation of color #8ACE12: hue angle of 81.7º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8ACE12 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 18 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.19 |
| HSL | 81.7º | 0.84% | 0.44% | - |
| HSV(B) | 81.7º | 0.91% | 0.81% | - |
| XYZ | 32.66 | 49.59 | 8.42 | - |
| YUV | 164.24 | 45.47 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 18 | 0.33 | 0 | 0.91 | 0.19 | 81.7 | 0.84 | 0.44 |
| Hex | 8A | CE | 12 | 21 | 0 | 5B | 13 | 52 | 54 | 2C |
| Octal | 212 | 316 | 22 | 41 | 0 | 133 | 23 | 122 | 124 | 54 |
| Binary | 10001010 | 11001110 | 10010 | 100001 | 0 | 1011011 | 10011 | 1010010 | 1010100 | 101100 |
Color Harmonies of #8ACE12
Complementary color
Monochromatic Colors of #8ACE12
Black with #8ACE12
Text Example
Text Example
White with #8ACE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE12; }
p { color: rgb(138,206,18); }
H1.HeaderClassName
{
color: #8ACE12;
}
.AnyTagClassName
{
color: #8ACE12;
}
</style>
background-color css
<style>
a { background-color: #8ACE12; }
a { background-color: rgb(138,206,18); }
div.DivClassName
{
background-color: #8ACE12;
}
.BgClassName
{
background-color: #8ACE12;
}
</style>
border-color css
<style>
span { border-color: #8ACE12; }
span { border-color: rgb(138,206,18); }
td.TdClassName
{
border-color: #8ACE12;
}
.TagClassName
{
border-color: #8ACE12;
}
</style>