Shades of Atlantis #8EE248
Tints of Atlantis #8EE248
RGB
CMYK
RGB Variations
Color information
#8EE248 (or 0x8EE248) is known color: Atlantis. HEX triplet: 8E, E2 and 48. RGB value is (142,226,72). Sum of RGB (Red+Green+Blue) = 142+226+72=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE248 is #711DB7. Grayscale: #B7B7B7. Windows color (decimal): -7413176 or 4776590. OLE color: 4776590.
HSL color Cylindrical-coordinate representation of color #8EE248: hue angle of 92.73º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EE248 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 226 | 72 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.11 |
| HSL | 92.73º | 0.73% | 0.58% | - |
| HSV(B) | 92.73º | 0.68% | 0.89% | - |
| XYZ | 39.52 | 60.61 | 15.75 | - |
| YUV | 183.33 | 65.17 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 72 | 0.37 | 0 | 0.68 | 0.11 | 92.73 | 0.73 | 0.58 |
| Hex | 8E | E2 | 48 | 25 | 0 | 44 | B | 5D | 49 | 3A |
| Octal | 216 | 342 | 110 | 45 | 0 | 104 | 13 | 135 | 111 | 72 |
| Binary | 10001110 | 11100010 | 1001000 | 100101 | 0 | 1000100 | 1011 | 1011101 | 1001001 | 111010 |
Color Harmonies of #8EE248
Complementary color
Monochromatic Colors of #8EE248
Black with #8EE248
Text Example
Text Example
White with #8EE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE248; }
p { color: rgb(142,226,72); }
H1.HeaderClassName
{
color: #8EE248;
}
.AnyTagClassName
{
color: #8EE248;
}
</style>
background-color css
<style>
a { background-color: #8EE248; }
a { background-color: rgb(142,226,72); }
div.DivClassName
{
background-color: #8EE248;
}
.BgClassName
{
background-color: #8EE248;
}
</style>
border-color css
<style>
span { border-color: #8EE248; }
span { border-color: rgb(142,226,72); }
td.TdClassName
{
border-color: #8EE248;
}
.TagClassName
{
border-color: #8EE248;
}
</style>