Shades of Atlantis #8ED441
Tints of Atlantis #8ED441
RGB
CMYK
RGB Variations
Color information
#8ED441 (or 0x8ED441) is known color: Atlantis. HEX triplet: 8E, D4 and 41. RGB value is (142,212,65). Sum of RGB (Red+Green+Blue) = 142+212+65=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED441 is #712BBE. Grayscale: #AEAEAE. Windows color (decimal): -7416767 or 4314254. OLE color: 4314254.
HSL color Cylindrical-coordinate representation of color #8ED441: hue angle of 88.57º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ED441 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 65 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.17 |
| HSL | 88.57º | 0.63% | 0.54% | - |
| HSV(B) | 88.57º | 0.69% | 0.83% | - |
| XYZ | 35.65 | 53.22 | 13.39 | - |
| YUV | 174.31 | 66.31 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 65 | 0.33 | 0 | 0.69 | 0.17 | 88.57 | 0.63 | 0.54 |
| Hex | 8E | D4 | 41 | 21 | 0 | 45 | 11 | 59 | 3F | 36 |
| Octal | 216 | 324 | 101 | 41 | 0 | 105 | 21 | 131 | 77 | 66 |
| Binary | 10001110 | 11010100 | 1000001 | 100001 | 0 | 1000101 | 10001 | 1011001 | 111111 | 110110 |
Color Harmonies of #8ED441
Complementary color
Monochromatic Colors of #8ED441
Black with #8ED441
Text Example
Text Example
White with #8ED441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED441; }
p { color: rgb(142,212,65); }
H1.HeaderClassName
{
color: #8ED441;
}
.AnyTagClassName
{
color: #8ED441;
}
</style>
background-color css
<style>
a { background-color: #8ED441; }
a { background-color: rgb(142,212,65); }
div.DivClassName
{
background-color: #8ED441;
}
.BgClassName
{
background-color: #8ED441;
}
</style>
border-color css
<style>
span { border-color: #8ED441; }
span { border-color: rgb(142,212,65); }
td.TdClassName
{
border-color: #8ED441;
}
.TagClassName
{
border-color: #8ED441;
}
</style>