Shades of Atlantis #8ED83A
Tints of Atlantis #8ED83A
RGB
CMYK
RGB Variations
Color information
#8ED83A (or 0x8ED83A) is known color: Atlantis. HEX triplet: 8E, D8 and 3A. RGB value is (142,216,58). Sum of RGB (Red+Green+Blue) = 142+216+58=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED83A is #7127C5. Grayscale: #B0B0B0. Windows color (decimal): -7415750 or 3856526. OLE color: 3856526.
HSL color Cylindrical-coordinate representation of color #8ED83A: hue angle of 88.1º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8ED83A is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 58 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.15 |
| HSL | 88.1º | 0.67% | 0.54% | - |
| HSV(B) | 88.1º | 0.73% | 0.85% | - |
| XYZ | 36.47 | 55.17 | 12.73 | - |
| YUV | 175.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 58 | 0.34 | 0 | 0.73 | 0.15 | 88.1 | 0.67 | 0.54 |
| Hex | 8E | D8 | 3A | 22 | 0 | 49 | F | 58 | 43 | 36 |
| Octal | 216 | 330 | 72 | 42 | 0 | 111 | 17 | 130 | 103 | 66 |
| Binary | 10001110 | 11011000 | 111010 | 100010 | 0 | 1001001 | 1111 | 1011000 | 1000011 | 110110 |
Color Harmonies of #8ED83A
Complementary color
Monochromatic Colors of #8ED83A
Black with #8ED83A
Text Example
Text Example
White with #8ED83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED83A; }
p { color: rgb(142,216,58); }
H1.HeaderClassName
{
color: #8ED83A;
}
.AnyTagClassName
{
color: #8ED83A;
}
</style>
background-color css
<style>
a { background-color: #8ED83A; }
a { background-color: rgb(142,216,58); }
div.DivClassName
{
background-color: #8ED83A;
}
.BgClassName
{
background-color: #8ED83A;
}
</style>
border-color css
<style>
span { border-color: #8ED83A; }
span { border-color: rgb(142,216,58); }
td.TdClassName
{
border-color: #8ED83A;
}
.TagClassName
{
border-color: #8ED83A;
}
</style>