Shades of Atlantis #8FEC49
Tints of Atlantis #8FEC49
RGB
CMYK
RGB Variations
Color information
#8FEC49 (or 0x8FEC49) is known color: Atlantis. HEX triplet: 8F, EC and 49. RGB value is (143,236,73). Sum of RGB (Red+Green+Blue) = 143+236+73=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC49 is #7013B6. Grayscale: #BEBEBE. Windows color (decimal): -7345079 or 4844687. OLE color: 4844687.
HSL color Cylindrical-coordinate representation of color #8FEC49: hue angle of 94.23º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FEC49 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 73 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.07 |
| HSL | 94.23º | 0.81% | 0.61% | - |
| HSV(B) | 94.23º | 0.69% | 0.93% | - |
| XYZ | 42.53 | 66.31 | 16.86 | - |
| YUV | 189.61 | 62.19 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 73 | 0.39 | 0 | 0.69 | 0.07 | 94.23 | 0.81 | 0.61 |
| Hex | 8F | EC | 49 | 27 | 0 | 45 | 7 | 5E | 51 | 3D |
| Octal | 217 | 354 | 111 | 47 | 0 | 105 | 7 | 136 | 121 | 75 |
| Binary | 10001111 | 11101100 | 1001001 | 100111 | 0 | 1000101 | 111 | 1011110 | 1010001 | 111101 |
Color Harmonies of #8FEC49
Complementary color
Monochromatic Colors of #8FEC49
Black with #8FEC49
Text Example
Text Example
White with #8FEC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC49; }
p { color: rgb(143,236,73); }
H1.HeaderClassName
{
color: #8FEC49;
}
.AnyTagClassName
{
color: #8FEC49;
}
</style>
background-color css
<style>
a { background-color: #8FEC49; }
a { background-color: rgb(143,236,73); }
div.DivClassName
{
background-color: #8FEC49;
}
.BgClassName
{
background-color: #8FEC49;
}
</style>
border-color css
<style>
span { border-color: #8FEC49; }
span { border-color: rgb(143,236,73); }
td.TdClassName
{
border-color: #8FEC49;
}
.TagClassName
{
border-color: #8FEC49;
}
</style>