Shades of Atlantis #8FEC2F
Tints of Atlantis #8FEC2F
RGB
CMYK
RGB Variations
Color information
#8FEC2F (or 0x8FEC2F) is known color: Atlantis. HEX triplet: 8F, EC and 2F. RGB value is (143,236,47). Sum of RGB (Red+Green+Blue) = 143+236+47=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC2F is #7013D0. Grayscale: #BBBBBB. Windows color (decimal): -7345105 or 3140751. OLE color: 3140751.
HSL color Cylindrical-coordinate representation of color #8FEC2F: hue angle of 89.52º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8FEC2F is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 47 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.07 |
| HSL | 89.52º | 0.83% | 0.55% | - |
| HSV(B) | 89.52º | 0.8% | 0.93% | - |
| XYZ | 41.84 | 66.04 | 13.23 | - |
| YUV | 186.65 | 49.19 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 47 | 0.39 | 0 | 0.80 | 0.07 | 89.52 | 0.83 | 0.55 |
| Hex | 8F | EC | 2F | 27 | 0 | 50 | 7 | 5A | 53 | 37 |
| Octal | 217 | 354 | 57 | 47 | 0 | 120 | 7 | 132 | 123 | 67 |
| Binary | 10001111 | 11101100 | 101111 | 100111 | 0 | 1010000 | 111 | 1011010 | 1010011 | 110111 |
Color Harmonies of #8FEC2F
Complementary color
Monochromatic Colors of #8FEC2F
Black with #8FEC2F
Text Example
Text Example
White with #8FEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC2F; }
p { color: rgb(143,236,47); }
H1.HeaderClassName
{
color: #8FEC2F;
}
.AnyTagClassName
{
color: #8FEC2F;
}
</style>
background-color css
<style>
a { background-color: #8FEC2F; }
a { background-color: rgb(143,236,47); }
div.DivClassName
{
background-color: #8FEC2F;
}
.BgClassName
{
background-color: #8FEC2F;
}
</style>
border-color css
<style>
span { border-color: #8FEC2F; }
span { border-color: rgb(143,236,47); }
td.TdClassName
{
border-color: #8FEC2F;
}
.TagClassName
{
border-color: #8FEC2F;
}
</style>