Shades of Atlantis #8EC340
Tints of Atlantis #8EC340
RGB
CMYK
RGB Variations
Color information
#8EC340 (or 0x8EC340) is known color: Atlantis. HEX triplet: 8E, C3 and 40. RGB value is (142,195,64). Sum of RGB (Red+Green+Blue) = 142+195+64=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC340 is #713CBF. Grayscale: #A4A4A4. Windows color (decimal): -7421120 or 4244366. OLE color: 4244366.
HSL color Cylindrical-coordinate representation of color #8EC340: hue angle of 84.27º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EC340 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 64 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.24 |
| HSL | 84.27º | 0.52% | 0.51% | - |
| HSV(B) | 84.27º | 0.67% | 0.76% | - |
| XYZ | 31.6 | 45.15 | 11.9 | - |
| YUV | 164.22 | 71.44 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 64 | 0.27 | 0 | 0.67 | 0.24 | 84.27 | 0.52 | 0.51 |
| Hex | 8E | C3 | 40 | 1B | 0 | 43 | 18 | 54 | 34 | 33 |
| Octal | 216 | 303 | 100 | 33 | 0 | 103 | 30 | 124 | 64 | 63 |
| Binary | 10001110 | 11000011 | 1000000 | 11011 | 0 | 1000011 | 11000 | 1010100 | 110100 | 110011 |
Color Harmonies of #8EC340
Complementary color
Monochromatic Colors of #8EC340
Black with #8EC340
Text Example
Text Example
White with #8EC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC340; }
p { color: rgb(142,195,64); }
H1.HeaderClassName
{
color: #8EC340;
}
.AnyTagClassName
{
color: #8EC340;
}
</style>
background-color css
<style>
a { background-color: #8EC340; }
a { background-color: rgb(142,195,64); }
div.DivClassName
{
background-color: #8EC340;
}
.BgClassName
{
background-color: #8EC340;
}
</style>
border-color css
<style>
span { border-color: #8EC340; }
span { border-color: rgb(142,195,64); }
td.TdClassName
{
border-color: #8EC340;
}
.TagClassName
{
border-color: #8EC340;
}
</style>