Shades of Atlantis #8EC741
Tints of Atlantis #8EC741
RGB
CMYK
RGB Variations
Color information
#8EC741 (or 0x8EC741) is known color: Atlantis. HEX triplet: 8E, C7 and 41. RGB value is (142,199,65). Sum of RGB (Red+Green+Blue) = 142+199+65=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC741 is #7138BE. Grayscale: #A7A7A7. Windows color (decimal): -7420095 or 4310926. OLE color: 4310926.
HSL color Cylindrical-coordinate representation of color #8EC741: hue angle of 85.52º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EC741 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 65 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.22 |
| HSL | 85.52º | 0.54% | 0.52% | - |
| HSV(B) | 85.52º | 0.67% | 0.78% | - |
| XYZ | 32.53 | 46.98 | 12.35 | - |
| YUV | 166.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 65 | 0.29 | 0 | 0.67 | 0.22 | 85.52 | 0.54 | 0.52 |
| Hex | 8E | C7 | 41 | 1D | 0 | 43 | 16 | 56 | 36 | 34 |
| Octal | 216 | 307 | 101 | 35 | 0 | 103 | 26 | 126 | 66 | 64 |
| Binary | 10001110 | 11000111 | 1000001 | 11101 | 0 | 1000011 | 10110 | 1010110 | 110110 | 110100 |
Color Harmonies of #8EC741
Complementary color
Monochromatic Colors of #8EC741
Black with #8EC741
Text Example
Text Example
White with #8EC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC741; }
p { color: rgb(142,199,65); }
H1.HeaderClassName
{
color: #8EC741;
}
.AnyTagClassName
{
color: #8EC741;
}
</style>
background-color css
<style>
a { background-color: #8EC741; }
a { background-color: rgb(142,199,65); }
div.DivClassName
{
background-color: #8EC741;
}
.BgClassName
{
background-color: #8EC741;
}
</style>
border-color css
<style>
span { border-color: #8EC741; }
span { border-color: rgb(142,199,65); }
td.TdClassName
{
border-color: #8EC741;
}
.TagClassName
{
border-color: #8EC741;
}
</style>