Shades of Atlantis #8EDC34
Tints of Atlantis #8EDC34
RGB
CMYK
RGB Variations
Color information
#8EDC34 (or 0x8EDC34) is known color: Atlantis. HEX triplet: 8E, DC and 34. RGB value is (142,220,52). Sum of RGB (Red+Green+Blue) = 142+220+52=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDC34 is #7123CB. Grayscale: #B2B2B2. Windows color (decimal): -7414732 or 3464334. OLE color: 3464334.
HSL color Cylindrical-coordinate representation of color #8EDC34: hue angle of 87.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8EDC34 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 52 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.14 |
| HSL | 87.86º | 0.71% | 0.53% | - |
| HSV(B) | 87.86º | 0.76% | 0.86% | - |
| XYZ | 37.37 | 57.19 | 12.32 | - |
| YUV | 177.53 | 57.16 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 52 | 0.35 | 0 | 0.76 | 0.14 | 87.86 | 0.71 | 0.53 |
| Hex | 8E | DC | 34 | 23 | 0 | 4C | E | 58 | 47 | 35 |
| Octal | 216 | 334 | 64 | 43 | 0 | 114 | 16 | 130 | 107 | 65 |
| Binary | 10001110 | 11011100 | 110100 | 100011 | 0 | 1001100 | 1110 | 1011000 | 1000111 | 110101 |
Color Harmonies of #8EDC34
Complementary color
Monochromatic Colors of #8EDC34
Black with #8EDC34
Text Example
Text Example
White with #8EDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC34; }
p { color: rgb(142,220,52); }
H1.HeaderClassName
{
color: #8EDC34;
}
.AnyTagClassName
{
color: #8EDC34;
}
</style>
background-color css
<style>
a { background-color: #8EDC34; }
a { background-color: rgb(142,220,52); }
div.DivClassName
{
background-color: #8EDC34;
}
.BgClassName
{
background-color: #8EDC34;
}
</style>
border-color css
<style>
span { border-color: #8EDC34; }
span { border-color: rgb(142,220,52); }
td.TdClassName
{
border-color: #8EDC34;
}
.TagClassName
{
border-color: #8EDC34;
}
</style>