Shades of Atlantis #8ED03D
Tints of Atlantis #8ED03D
RGB
CMYK
RGB Variations
Color information
#8ED03D (or 0x8ED03D) is known color: Atlantis. HEX triplet: 8E, D0 and 3D. RGB value is (142,208,61). Sum of RGB (Red+Green+Blue) = 142+208+61=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED03D is #712FC2. Grayscale: #ACACAC. Windows color (decimal): -7417795 or 4051086. OLE color: 4051086.
HSL color Cylindrical-coordinate representation of color #8ED03D: hue angle of 86.94º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8ED03D is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 208 | 61 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.18 |
| HSL | 86.94º | 0.61% | 0.53% | - |
| HSV(B) | 86.94º | 0.71% | 0.82% | - |
| XYZ | 34.55 | 51.2 | 12.48 | - |
| YUV | 171.51 | 65.63 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 61 | 0.32 | 0 | 0.71 | 0.18 | 86.94 | 0.61 | 0.53 |
| Hex | 8E | D0 | 3D | 20 | 0 | 47 | 12 | 57 | 3D | 35 |
| Octal | 216 | 320 | 75 | 40 | 0 | 107 | 22 | 127 | 75 | 65 |
| Binary | 10001110 | 11010000 | 111101 | 100000 | 0 | 1000111 | 10010 | 1010111 | 111101 | 110101 |
Color Harmonies of #8ED03D
Complementary color
Monochromatic Colors of #8ED03D
Black with #8ED03D
Text Example
Text Example
White with #8ED03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED03D; }
p { color: rgb(142,208,61); }
H1.HeaderClassName
{
color: #8ED03D;
}
.AnyTagClassName
{
color: #8ED03D;
}
</style>
background-color css
<style>
a { background-color: #8ED03D; }
a { background-color: rgb(142,208,61); }
div.DivClassName
{
background-color: #8ED03D;
}
.BgClassName
{
background-color: #8ED03D;
}
</style>
border-color css
<style>
span { border-color: #8ED03D; }
span { border-color: rgb(142,208,61); }
td.TdClassName
{
border-color: #8ED03D;
}
.TagClassName
{
border-color: #8ED03D;
}
</style>