Shades of Atlantis #8FE848
Tints of Atlantis #8FE848
RGB
CMYK
RGB Variations
Color information
#8FE848 (or 0x8FE848) is known color: Atlantis. HEX triplet: 8F, E8 and 48. RGB value is (143,232,72). Sum of RGB (Red+Green+Blue) = 143+232+72=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE848 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FE848 is #7017B7. Grayscale: #BBBBBB. Windows color (decimal): -7346104 or 4778127. OLE color: 4778127.
HSL color Cylindrical-coordinate representation of color #8FE848: hue angle of 93.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FE848 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 232 | 72 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.09 |
| HSL | 93.38º | 0.78% | 0.6% | - |
| HSV(B) | 93.38º | 0.69% | 0.91% | - |
| XYZ | 41.35 | 64.02 | 16.31 | - |
| YUV | 187.15 | 63.01 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 72 | 0.38 | 0 | 0.69 | 0.09 | 93.38 | 0.78 | 0.6 |
| Hex | 8F | E8 | 48 | 26 | 0 | 45 | 9 | 5D | 4E | 3C |
| Octal | 217 | 350 | 110 | 46 | 0 | 105 | 11 | 135 | 116 | 74 |
| Binary | 10001111 | 11101000 | 1001000 | 100110 | 0 | 1000101 | 1001 | 1011101 | 1001110 | 111100 |
Color Harmonies of #8FE848
Complementary color
Monochromatic Colors of #8FE848
Black with #8FE848
Text Example
Text Example
White with #8FE848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE848; }
p { color: rgb(143,232,72); }
H1.HeaderClassName
{
color: #8FE848;
}
.AnyTagClassName
{
color: #8FE848;
}
</style>
background-color css
<style>
a { background-color: #8FE848; }
a { background-color: rgb(143,232,72); }
div.DivClassName
{
background-color: #8FE848;
}
.BgClassName
{
background-color: #8FE848;
}
</style>
border-color css
<style>
span { border-color: #8FE848; }
span { border-color: rgb(143,232,72); }
td.TdClassName
{
border-color: #8FE848;
}
.TagClassName
{
border-color: #8FE848;
}
</style>