Shades of Atlantis #8FEC39
Tints of Atlantis #8FEC39
RGB
CMYK
RGB Variations
Color information
#8FEC39 (or 0x8FEC39) is known color: Atlantis. HEX triplet: 8F, EC and 39. RGB value is (143,236,57). Sum of RGB (Red+Green+Blue) = 143+236+57=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC39 is #7013C6. Grayscale: #BCBCBC. Windows color (decimal): -7345095 or 3796111. OLE color: 3796111.
HSL color Cylindrical-coordinate representation of color #8FEC39: hue angle of 91.17º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FEC39 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 57 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.07 |
| HSL | 91.17º | 0.82% | 0.57% | - |
| HSV(B) | 91.17º | 0.76% | 0.93% | - |
| XYZ | 42.06 | 66.13 | 14.42 | - |
| YUV | 187.79 | 54.19 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 57 | 0.39 | 0 | 0.76 | 0.07 | 91.17 | 0.82 | 0.57 |
| Hex | 8F | EC | 39 | 27 | 0 | 4C | 7 | 5B | 52 | 39 |
| Octal | 217 | 354 | 71 | 47 | 0 | 114 | 7 | 133 | 122 | 71 |
| Binary | 10001111 | 11101100 | 111001 | 100111 | 0 | 1001100 | 111 | 1011011 | 1010010 | 111001 |
Color Harmonies of #8FEC39
Complementary color
Monochromatic Colors of #8FEC39
Black with #8FEC39
Text Example
Text Example
White with #8FEC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC39; }
p { color: rgb(143,236,57); }
H1.HeaderClassName
{
color: #8FEC39;
}
.AnyTagClassName
{
color: #8FEC39;
}
</style>
background-color css
<style>
a { background-color: #8FEC39; }
a { background-color: rgb(143,236,57); }
div.DivClassName
{
background-color: #8FEC39;
}
.BgClassName
{
background-color: #8FEC39;
}
</style>
border-color css
<style>
span { border-color: #8FEC39; }
span { border-color: rgb(143,236,57); }
td.TdClassName
{
border-color: #8FEC39;
}
.TagClassName
{
border-color: #8FEC39;
}
</style>