Shades of Atlantis #8FEC4E
Tints of Atlantis #8FEC4E
RGB
CMYK
RGB Variations
Color information
#8FEC4E (or 0x8FEC4E) is known color: Atlantis. HEX triplet: 8F, EC and 4E. RGB value is (143,236,78). Sum of RGB (Red+Green+Blue) = 143+236+78=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FEC4E is #7013B1. Grayscale: #BEBEBE. Windows color (decimal): -7345074 or 5172367. OLE color: 5172367.
HSL color Cylindrical-coordinate representation of color #8FEC4E: hue angle of 95.32º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FEC4E is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 78 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.07 |
| HSL | 95.32º | 0.81% | 0.62% | - |
| HSV(B) | 95.32º | 0.67% | 0.93% | - |
| XYZ | 42.7 | 66.38 | 17.77 | - |
| YUV | 190.18 | 64.69 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 78 | 0.39 | 0 | 0.67 | 0.07 | 95.32 | 0.81 | 0.62 |
| Hex | 8F | EC | 4E | 27 | 0 | 43 | 7 | 5F | 51 | 3E |
| Octal | 217 | 354 | 116 | 47 | 0 | 103 | 7 | 137 | 121 | 76 |
| Binary | 10001111 | 11101100 | 1001110 | 100111 | 0 | 1000011 | 111 | 1011111 | 1010001 | 111110 |
Color Harmonies of #8FEC4E
Complementary color
Monochromatic Colors of #8FEC4E
Black with #8FEC4E
Text Example
Text Example
White with #8FEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC4E; }
p { color: rgb(143,236,78); }
H1.HeaderClassName
{
color: #8FEC4E;
}
.AnyTagClassName
{
color: #8FEC4E;
}
</style>
background-color css
<style>
a { background-color: #8FEC4E; }
a { background-color: rgb(143,236,78); }
div.DivClassName
{
background-color: #8FEC4E;
}
.BgClassName
{
background-color: #8FEC4E;
}
</style>
border-color css
<style>
span { border-color: #8FEC4E; }
span { border-color: rgb(143,236,78); }
td.TdClassName
{
border-color: #8FEC4E;
}
.TagClassName
{
border-color: #8FEC4E;
}
</style>