Shades of Atlantis #8ED34C
Tints of Atlantis #8ED34C
RGB
CMYK
RGB Variations
Color information
#8ED34C (or 0x8ED34C) is known color: Atlantis. HEX triplet: 8E, D3 and 4C. RGB value is (142,211,76). Sum of RGB (Red+Green+Blue) = 142+211+76=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED34C is #712CB3. Grayscale: #AFAFAF. Windows color (decimal): -7417012 or 5034894. OLE color: 5034894.
HSL color Cylindrical-coordinate representation of color #8ED34C: hue angle of 90.67º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ED34C is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 76 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.17 |
| HSL | 90.67º | 0.61% | 0.56% | - |
| HSV(B) | 90.67º | 0.64% | 0.83% | - |
| XYZ | 35.75 | 52.86 | 15.16 | - |
| YUV | 174.98 | 72.14 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 76 | 0.33 | 0 | 0.64 | 0.17 | 90.67 | 0.61 | 0.56 |
| Hex | 8E | D3 | 4C | 21 | 0 | 40 | 11 | 5B | 3D | 38 |
| Octal | 216 | 323 | 114 | 41 | 0 | 100 | 21 | 133 | 75 | 70 |
| Binary | 10001110 | 11010011 | 1001100 | 100001 | 0 | 1000000 | 10001 | 1011011 | 111101 | 111000 |
Color Harmonies of #8ED34C
Complementary color
Monochromatic Colors of #8ED34C
Black with #8ED34C
Text Example
Text Example
White with #8ED34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED34C; }
p { color: rgb(142,211,76); }
H1.HeaderClassName
{
color: #8ED34C;
}
.AnyTagClassName
{
color: #8ED34C;
}
</style>
background-color css
<style>
a { background-color: #8ED34C; }
a { background-color: rgb(142,211,76); }
div.DivClassName
{
background-color: #8ED34C;
}
.BgClassName
{
background-color: #8ED34C;
}
</style>
border-color css
<style>
span { border-color: #8ED34C; }
span { border-color: rgb(142,211,76); }
td.TdClassName
{
border-color: #8ED34C;
}
.TagClassName
{
border-color: #8ED34C;
}
</style>