Shades of Yellow Green #8ECF12
Tints of Yellow Green #8ECF12
RGB
CMYK
RGB Variations
Color information
#8ECF12 (or 0x8ECF12) is known color: Yellow Green. HEX triplet: 8E, CF and 12. RGB value is (142,207,18). Sum of RGB (Red+Green+Blue) = 142+207+18=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECF12 is #7130ED. Grayscale: #A6A6A6. Windows color (decimal): -7418094 or 1232782. OLE color: 1232782.
HSL color Cylindrical-coordinate representation of color #8ECF12: hue angle of 80.63º 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 #8ECF12 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 18 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.19 |
| HSL | 80.63º | 0.84% | 0.44% | - |
| HSV(B) | 80.63º | 0.91% | 0.81% | - |
| XYZ | 33.58 | 50.42 | 8.53 | - |
| YUV | 166.02 | 44.47 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 18 | 0.31 | 0 | 0.91 | 0.19 | 80.63 | 0.84 | 0.44 |
| Hex | 8E | CF | 12 | 1F | 0 | 5B | 13 | 51 | 54 | 2C |
| Octal | 216 | 317 | 22 | 37 | 0 | 133 | 23 | 121 | 124 | 54 |
| Binary | 10001110 | 11001111 | 10010 | 11111 | 0 | 1011011 | 10011 | 1010001 | 1010100 | 101100 |
Color Harmonies of #8ECF12
Complementary color
Monochromatic Colors of #8ECF12
Black with #8ECF12
Text Example
Text Example
White with #8ECF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF12; }
p { color: rgb(142,207,18); }
H1.HeaderClassName
{
color: #8ECF12;
}
.AnyTagClassName
{
color: #8ECF12;
}
</style>
background-color css
<style>
a { background-color: #8ECF12; }
a { background-color: rgb(142,207,18); }
div.DivClassName
{
background-color: #8ECF12;
}
.BgClassName
{
background-color: #8ECF12;
}
</style>
border-color css
<style>
span { border-color: #8ECF12; }
span { border-color: rgb(142,207,18); }
td.TdClassName
{
border-color: #8ECF12;
}
.TagClassName
{
border-color: #8ECF12;
}
</style>