Shades of Atlantis #8FEC4A
Tints of Atlantis #8FEC4A
RGB
CMYK
RGB Variations
Color information
#8FEC4A (or 0x8FEC4A) is known color: Atlantis. HEX triplet: 8F, EC and 4A. RGB value is (143,236,74). Sum of RGB (Red+Green+Blue) = 143+236+74=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC4A is #7013B5. Grayscale: #BEBEBE. Windows color (decimal): -7345078 or 4910223. OLE color: 4910223.
HSL color Cylindrical-coordinate representation of color #8FEC4A: hue angle of 94.44º 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 #8FEC4A is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 74 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.07 |
| HSL | 94.44º | 0.81% | 0.61% | - |
| HSV(B) | 94.44º | 0.69% | 0.93% | - |
| XYZ | 42.56 | 66.32 | 17.04 | - |
| YUV | 189.73 | 62.69 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 74 | 0.39 | 0 | 0.69 | 0.07 | 94.44 | 0.81 | 0.61 |
| Hex | 8F | EC | 4A | 27 | 0 | 45 | 7 | 5E | 51 | 3D |
| Octal | 217 | 354 | 112 | 47 | 0 | 105 | 7 | 136 | 121 | 75 |
| Binary | 10001111 | 11101100 | 1001010 | 100111 | 0 | 1000101 | 111 | 1011110 | 1010001 | 111101 |
Color Harmonies of #8FEC4A
Complementary color
Monochromatic Colors of #8FEC4A
Black with #8FEC4A
Text Example
Text Example
White with #8FEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC4A; }
p { color: rgb(143,236,74); }
H1.HeaderClassName
{
color: #8FEC4A;
}
.AnyTagClassName
{
color: #8FEC4A;
}
</style>
background-color css
<style>
a { background-color: #8FEC4A; }
a { background-color: rgb(143,236,74); }
div.DivClassName
{
background-color: #8FEC4A;
}
.BgClassName
{
background-color: #8FEC4A;
}
</style>
border-color css
<style>
span { border-color: #8FEC4A; }
span { border-color: rgb(143,236,74); }
td.TdClassName
{
border-color: #8FEC4A;
}
.TagClassName
{
border-color: #8FEC4A;
}
</style>