Shades of Atlantis #8ECD46
Tints of Atlantis #8ECD46
RGB
CMYK
RGB Variations
Color information
#8ECD46 (or 0x8ECD46) is known color: Atlantis. HEX triplet: 8E, CD and 46. RGB value is (142,205,70). Sum of RGB (Red+Green+Blue) = 142+205+70=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECD46 is #7132B9. Grayscale: #ABABAB. Windows color (decimal): -7418554 or 4640142. OLE color: 4640142.
HSL color Cylindrical-coordinate representation of color #8ECD46: hue angle of 88º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ECD46 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 70 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.20 |
| HSL | 88º | 0.57% | 0.54% | - |
| HSV(B) | 88º | 0.66% | 0.8% | - |
| XYZ | 34.09 | 49.86 | 13.62 | - |
| YUV | 170.77 | 71.13 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 70 | 0.31 | 0 | 0.66 | 0.20 | 88 | 0.57 | 0.54 |
| Hex | 8E | CD | 46 | 1F | 0 | 42 | 14 | 58 | 39 | 36 |
| Octal | 216 | 315 | 106 | 37 | 0 | 102 | 24 | 130 | 71 | 66 |
| Binary | 10001110 | 11001101 | 1000110 | 11111 | 0 | 1000010 | 10100 | 1011000 | 111001 | 110110 |
Color Harmonies of #8ECD46
Complementary color
Monochromatic Colors of #8ECD46
Black with #8ECD46
Text Example
Text Example
White with #8ECD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD46; }
p { color: rgb(142,205,70); }
H1.HeaderClassName
{
color: #8ECD46;
}
.AnyTagClassName
{
color: #8ECD46;
}
</style>
background-color css
<style>
a { background-color: #8ECD46; }
a { background-color: rgb(142,205,70); }
div.DivClassName
{
background-color: #8ECD46;
}
.BgClassName
{
background-color: #8ECD46;
}
</style>
border-color css
<style>
span { border-color: #8ECD46; }
span { border-color: rgb(142,205,70); }
td.TdClassName
{
border-color: #8ECD46;
}
.TagClassName
{
border-color: #8ECD46;
}
</style>