Shades of Atlantis #8FEC43
Tints of Atlantis #8FEC43
RGB
CMYK
RGB Variations
Color information
#8FEC43 (or 0x8FEC43) is known color: Atlantis. HEX triplet: 8F, EC and 43. RGB value is (143,236,67). Sum of RGB (Red+Green+Blue) = 143+236+67=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC43 is #7013BC. Grayscale: #BDBDBD. Windows color (decimal): -7345085 or 4451471. OLE color: 4451471.
HSL color Cylindrical-coordinate representation of color #8FEC43: hue angle of 93.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FEC43 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 67 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.07 |
| HSL | 93.02º | 0.82% | 0.59% | - |
| HSV(B) | 93.02º | 0.72% | 0.93% | - |
| XYZ | 42.34 | 66.24 | 15.86 | - |
| YUV | 188.93 | 59.19 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 67 | 0.39 | 0 | 0.72 | 0.07 | 93.02 | 0.82 | 0.59 |
| Hex | 8F | EC | 43 | 27 | 0 | 48 | 7 | 5D | 52 | 3B |
| Octal | 217 | 354 | 103 | 47 | 0 | 110 | 7 | 135 | 122 | 73 |
| Binary | 10001111 | 11101100 | 1000011 | 100111 | 0 | 1001000 | 111 | 1011101 | 1010010 | 111011 |
Color Harmonies of #8FEC43
Complementary color
Monochromatic Colors of #8FEC43
Black with #8FEC43
Text Example
Text Example
White with #8FEC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC43; }
p { color: rgb(143,236,67); }
H1.HeaderClassName
{
color: #8FEC43;
}
.AnyTagClassName
{
color: #8FEC43;
}
</style>
background-color css
<style>
a { background-color: #8FEC43; }
a { background-color: rgb(143,236,67); }
div.DivClassName
{
background-color: #8FEC43;
}
.BgClassName
{
background-color: #8FEC43;
}
</style>
border-color css
<style>
span { border-color: #8FEC43; }
span { border-color: rgb(143,236,67); }
td.TdClassName
{
border-color: #8FEC43;
}
.TagClassName
{
border-color: #8FEC43;
}
</style>