Shades of Atlantis #8FEC3C
Tints of Atlantis #8FEC3C
RGB
CMYK
RGB Variations
Color information
#8FEC3C (or 0x8FEC3C) is known color: Atlantis. HEX triplet: 8F, EC and 3C. RGB value is (143,236,60). Sum of RGB (Red+Green+Blue) = 143+236+60=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC3C is #7013C3. Grayscale: #BCBCBC. Windows color (decimal): -7345092 or 3992719. OLE color: 3992719.
HSL color Cylindrical-coordinate representation of color #8FEC3C: hue angle of 91.7º 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 #8FEC3C is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 60 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.07 |
| HSL | 91.7º | 0.82% | 0.58% | - |
| HSV(B) | 91.7º | 0.75% | 0.93% | - |
| XYZ | 42.14 | 66.16 | 14.82 | - |
| YUV | 188.13 | 55.69 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 60 | 0.39 | 0 | 0.75 | 0.07 | 91.7 | 0.82 | 0.58 |
| Hex | 8F | EC | 3C | 27 | 0 | 4B | 7 | 5C | 52 | 3A |
| Octal | 217 | 354 | 74 | 47 | 0 | 113 | 7 | 134 | 122 | 72 |
| Binary | 10001111 | 11101100 | 111100 | 100111 | 0 | 1001011 | 111 | 1011100 | 1010010 | 111010 |
Color Harmonies of #8FEC3C
Complementary color
Monochromatic Colors of #8FEC3C
Black with #8FEC3C
Text Example
Text Example
White with #8FEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC3C; }
p { color: rgb(143,236,60); }
H1.HeaderClassName
{
color: #8FEC3C;
}
.AnyTagClassName
{
color: #8FEC3C;
}
</style>
background-color css
<style>
a { background-color: #8FEC3C; }
a { background-color: rgb(143,236,60); }
div.DivClassName
{
background-color: #8FEC3C;
}
.BgClassName
{
background-color: #8FEC3C;
}
</style>
border-color css
<style>
span { border-color: #8FEC3C; }
span { border-color: rgb(143,236,60); }
td.TdClassName
{
border-color: #8FEC3C;
}
.TagClassName
{
border-color: #8FEC3C;
}
</style>