Shades of Atlantis #8DEA47
Tints of Atlantis #8DEA47
RGB
CMYK
RGB Variations
Color information
#8DEA47 (or 0x8DEA47) is known color: Atlantis. HEX triplet: 8D, EA and 47. RGB value is (141,234,71). Sum of RGB (Red+Green+Blue) = 141+234+71=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEA47 is #7215B8. Grayscale: #BCBCBC. Windows color (decimal): -7476665 or 4713101. OLE color: 4713101.
HSL color Cylindrical-coordinate representation of color #8DEA47: hue angle of 94.23º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DEA47 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 71 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.08 |
| HSL | 94.23º | 0.8% | 0.6% | - |
| HSV(B) | 94.23º | 0.7% | 0.92% | - |
| XYZ | 41.54 | 64.96 | 16.31 | - |
| YUV | 187.61 | 62.19 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 71 | 0.40 | 0 | 0.70 | 0.08 | 94.23 | 0.8 | 0.6 |
| Hex | 8D | EA | 47 | 28 | 0 | 46 | 8 | 5E | 50 | 3C |
| Octal | 215 | 352 | 107 | 50 | 0 | 106 | 10 | 136 | 120 | 74 |
| Binary | 10001101 | 11101010 | 1000111 | 101000 | 0 | 1000110 | 1000 | 1011110 | 1010000 | 111100 |
Color Harmonies of #8DEA47
Complementary color
Monochromatic Colors of #8DEA47
Black with #8DEA47
Text Example
Text Example
White with #8DEA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEA47; }
p { color: rgb(141,234,71); }
H1.HeaderClassName
{
color: #8DEA47;
}
.AnyTagClassName
{
color: #8DEA47;
}
</style>
background-color css
<style>
a { background-color: #8DEA47; }
a { background-color: rgb(141,234,71); }
div.DivClassName
{
background-color: #8DEA47;
}
.BgClassName
{
background-color: #8DEA47;
}
</style>
border-color css
<style>
span { border-color: #8DEA47; }
span { border-color: rgb(141,234,71); }
td.TdClassName
{
border-color: #8DEA47;
}
.TagClassName
{
border-color: #8DEA47;
}
</style>