Shades of Atlantis #8EC73F
Tints of Atlantis #8EC73F
RGB
CMYK
RGB Variations
Color information
#8EC73F (or 0x8EC73F) is known color: Atlantis. HEX triplet: 8E, C7 and 3F. RGB value is (142,199,63). Sum of RGB (Red+Green+Blue) = 142+199+63=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC73F is #7138C0. Grayscale: #A6A6A6. Windows color (decimal): -7420097 or 4179854. OLE color: 4179854.
HSL color Cylindrical-coordinate representation of color #8EC73F: hue angle of 85.15º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EC73F is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 63 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.22 |
| HSL | 85.15º | 0.55% | 0.51% | - |
| HSV(B) | 85.15º | 0.68% | 0.78% | - |
| XYZ | 32.48 | 46.96 | 12.05 | - |
| YUV | 166.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 63 | 0.29 | 0 | 0.68 | 0.22 | 85.15 | 0.55 | 0.51 |
| Hex | 8E | C7 | 3F | 1D | 0 | 44 | 16 | 55 | 37 | 33 |
| Octal | 216 | 307 | 77 | 35 | 0 | 104 | 26 | 125 | 67 | 63 |
| Binary | 10001110 | 11000111 | 111111 | 11101 | 0 | 1000100 | 10110 | 1010101 | 110111 | 110011 |
Color Harmonies of #8EC73F
Complementary color
Monochromatic Colors of #8EC73F
Black with #8EC73F
Text Example
Text Example
White with #8EC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC73F; }
p { color: rgb(142,199,63); }
H1.HeaderClassName
{
color: #8EC73F;
}
.AnyTagClassName
{
color: #8EC73F;
}
</style>
background-color css
<style>
a { background-color: #8EC73F; }
a { background-color: rgb(142,199,63); }
div.DivClassName
{
background-color: #8EC73F;
}
.BgClassName
{
background-color: #8EC73F;
}
</style>
border-color css
<style>
span { border-color: #8EC73F; }
span { border-color: rgb(142,199,63); }
td.TdClassName
{
border-color: #8EC73F;
}
.TagClassName
{
border-color: #8EC73F;
}
</style>