Shades of Atlantis #8FE147
Tints of Atlantis #8FE147
RGB
CMYK
RGB Variations
Color information
#8FE147 (or 0x8FE147) is known color: Atlantis. HEX triplet: 8F, E1 and 47. RGB value is (143,225,71). Sum of RGB (Red+Green+Blue) = 143+225+71=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE147 is #701EB8. Grayscale: #B7B7B7. Windows color (decimal): -7347897 or 4710799. OLE color: 4710799.
HSL color Cylindrical-coordinate representation of color #8FE147: hue angle of 91.95º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FE147 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 71 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.12 |
| HSL | 91.95º | 0.72% | 0.58% | - |
| HSV(B) | 91.95º | 0.68% | 0.88% | - |
| XYZ | 39.39 | 60.15 | 15.49 | - |
| YUV | 182.93 | 64.83 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 71 | 0.36 | 0 | 0.68 | 0.12 | 91.95 | 0.72 | 0.58 |
| Hex | 8F | E1 | 47 | 24 | 0 | 44 | C | 5C | 48 | 3A |
| Octal | 217 | 341 | 107 | 44 | 0 | 104 | 14 | 134 | 110 | 72 |
| Binary | 10001111 | 11100001 | 1000111 | 100100 | 0 | 1000100 | 1100 | 1011100 | 1001000 | 111010 |
Color Harmonies of #8FE147
Complementary color
Monochromatic Colors of #8FE147
Black with #8FE147
Text Example
Text Example
White with #8FE147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE147; }
p { color: rgb(143,225,71); }
H1.HeaderClassName
{
color: #8FE147;
}
.AnyTagClassName
{
color: #8FE147;
}
</style>
background-color css
<style>
a { background-color: #8FE147; }
a { background-color: rgb(143,225,71); }
div.DivClassName
{
background-color: #8FE147;
}
.BgClassName
{
background-color: #8FE147;
}
</style>
border-color css
<style>
span { border-color: #8FE147; }
span { border-color: rgb(143,225,71); }
td.TdClassName
{
border-color: #8FE147;
}
.TagClassName
{
border-color: #8FE147;
}
</style>