Shades of Atlantis #8EC145
Tints of Atlantis #8EC145
RGB
CMYK
RGB Variations
Color information
#8EC145 (or 0x8EC145) is known color: Atlantis. HEX triplet: 8E, C1 and 45. RGB value is (142,193,69). Sum of RGB (Red+Green+Blue) = 142+193+69=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC145 is #713EBA. Grayscale: #A4A4A4. Windows color (decimal): -7421627 or 4571534. OLE color: 4571534.
HSL color Cylindrical-coordinate representation of color #8EC145: hue angle of 84.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EC145 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 69 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.24 |
| HSL | 84.68º | 0.5% | 0.51% | - |
| HSV(B) | 84.68º | 0.64% | 0.76% | - |
| XYZ | 31.3 | 44.32 | 12.54 | - |
| YUV | 163.62 | 74.6 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 69 | 0.26 | 0 | 0.64 | 0.24 | 84.68 | 0.5 | 0.51 |
| Hex | 8E | C1 | 45 | 1A | 0 | 40 | 18 | 55 | 32 | 33 |
| Octal | 216 | 301 | 105 | 32 | 0 | 100 | 30 | 125 | 62 | 63 |
| Binary | 10001110 | 11000001 | 1000101 | 11010 | 0 | 1000000 | 11000 | 1010101 | 110010 | 110011 |
Color Harmonies of #8EC145
Complementary color
Monochromatic Colors of #8EC145
Black with #8EC145
Text Example
Text Example
White with #8EC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC145; }
p { color: rgb(142,193,69); }
H1.HeaderClassName
{
color: #8EC145;
}
.AnyTagClassName
{
color: #8EC145;
}
</style>
background-color css
<style>
a { background-color: #8EC145; }
a { background-color: rgb(142,193,69); }
div.DivClassName
{
background-color: #8EC145;
}
.BgClassName
{
background-color: #8EC145;
}
</style>
border-color css
<style>
span { border-color: #8EC145; }
span { border-color: rgb(142,193,69); }
td.TdClassName
{
border-color: #8EC145;
}
.TagClassName
{
border-color: #8EC145;
}
</style>