Shades of Atlantis #8EC540
Tints of Atlantis #8EC540
RGB
CMYK
RGB Variations
Color information
#8EC540 (or 0x8EC540) is known color: Atlantis. HEX triplet: 8E, C5 and 40. RGB value is (142,197,64). Sum of RGB (Red+Green+Blue) = 142+197+64=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC540 is #713ABF. Grayscale: #A5A5A5. Windows color (decimal): -7420608 or 4244878. OLE color: 4244878.
HSL color Cylindrical-coordinate representation of color #8EC540: hue angle of 84.81º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EC540 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 64 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.23 |
| HSL | 84.81º | 0.53% | 0.51% | - |
| HSV(B) | 84.81º | 0.68% | 0.77% | - |
| XYZ | 32.05 | 46.05 | 12.05 | - |
| YUV | 165.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 64 | 0.28 | 0 | 0.68 | 0.23 | 84.81 | 0.53 | 0.51 |
| Hex | 8E | C5 | 40 | 1C | 0 | 44 | 17 | 55 | 35 | 33 |
| Octal | 216 | 305 | 100 | 34 | 0 | 104 | 27 | 125 | 65 | 63 |
| Binary | 10001110 | 11000101 | 1000000 | 11100 | 0 | 1000100 | 10111 | 1010101 | 110101 | 110011 |
Color Harmonies of #8EC540
Complementary color
Monochromatic Colors of #8EC540
Black with #8EC540
Text Example
Text Example
White with #8EC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC540; }
p { color: rgb(142,197,64); }
H1.HeaderClassName
{
color: #8EC540;
}
.AnyTagClassName
{
color: #8EC540;
}
</style>
background-color css
<style>
a { background-color: #8EC540; }
a { background-color: rgb(142,197,64); }
div.DivClassName
{
background-color: #8EC540;
}
.BgClassName
{
background-color: #8EC540;
}
</style>
border-color css
<style>
span { border-color: #8EC540; }
span { border-color: rgb(142,197,64); }
td.TdClassName
{
border-color: #8EC540;
}
.TagClassName
{
border-color: #8EC540;
}
</style>