Shades of Atlantis #8FEC3A
Tints of Atlantis #8FEC3A
RGB
CMYK
RGB Variations
Color information
#8FEC3A (or 0x8FEC3A) is known color: Atlantis. HEX triplet: 8F, EC and 3A. RGB value is (143,236,58). Sum of RGB (Red+Green+Blue) = 143+236+58=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC3A is #7013C5. Grayscale: #BCBCBC. Windows color (decimal): -7345094 or 3861647. OLE color: 3861647.
HSL color Cylindrical-coordinate representation of color #8FEC3A: hue angle of 91.35º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FEC3A is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 58 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.07 |
| HSL | 91.35º | 0.82% | 0.58% | - |
| HSV(B) | 91.35º | 0.75% | 0.93% | - |
| XYZ | 42.09 | 66.14 | 14.55 | - |
| YUV | 187.9 | 54.69 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 58 | 0.39 | 0 | 0.75 | 0.07 | 91.35 | 0.82 | 0.58 |
| Hex | 8F | EC | 3A | 27 | 0 | 4B | 7 | 5B | 52 | 3A |
| Octal | 217 | 354 | 72 | 47 | 0 | 113 | 7 | 133 | 122 | 72 |
| Binary | 10001111 | 11101100 | 111010 | 100111 | 0 | 1001011 | 111 | 1011011 | 1010010 | 111010 |
Color Harmonies of #8FEC3A
Complementary color
Monochromatic Colors of #8FEC3A
Black with #8FEC3A
Text Example
Text Example
White with #8FEC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC3A; }
p { color: rgb(143,236,58); }
H1.HeaderClassName
{
color: #8FEC3A;
}
.AnyTagClassName
{
color: #8FEC3A;
}
</style>
background-color css
<style>
a { background-color: #8FEC3A; }
a { background-color: rgb(143,236,58); }
div.DivClassName
{
background-color: #8FEC3A;
}
.BgClassName
{
background-color: #8FEC3A;
}
</style>
border-color css
<style>
span { border-color: #8FEC3A; }
span { border-color: rgb(143,236,58); }
td.TdClassName
{
border-color: #8FEC3A;
}
.TagClassName
{
border-color: #8FEC3A;
}
</style>