Shades of Atlantis #8EC83C
Tints of Atlantis #8EC83C
RGB
CMYK
RGB Variations
Color information
#8EC83C (or 0x8EC83C) is known color: Atlantis. HEX triplet: 8E, C8 and 3C. RGB value is (142,200,60). Sum of RGB (Red+Green+Blue) = 142+200+60=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC83C is #7137C3. Grayscale: #A7A7A7. Windows color (decimal): -7419844 or 3983502. OLE color: 3983502.
HSL color Cylindrical-coordinate representation of color #8EC83C: hue angle of 84.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EC83C is Cyan = 0.29, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 60 | - |
| CMYK | 0.29 | 0 | 0.7 | 0.22 |
| HSL | 84.86º | 0.56% | 0.51% | - |
| HSV(B) | 84.86º | 0.7% | 0.78% | - |
| XYZ | 32.63 | 47.39 | 11.7 | - |
| YUV | 166.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 60 | 0.29 | 0 | 0.7 | 0.22 | 84.86 | 0.56 | 0.51 |
| Hex | 8E | C8 | 3C | 1D | 0 | 46 | 16 | 55 | 38 | 33 |
| Octal | 216 | 310 | 74 | 35 | 0 | 106 | 26 | 125 | 70 | 63 |
| Binary | 10001110 | 11001000 | 111100 | 11101 | 0 | 1000110 | 10110 | 1010101 | 111000 | 110011 |
Color Harmonies of #8EC83C
Complementary color
Monochromatic Colors of #8EC83C
Black with #8EC83C
Text Example
Text Example
White with #8EC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC83C; }
p { color: rgb(142,200,60); }
H1.HeaderClassName
{
color: #8EC83C;
}
.AnyTagClassName
{
color: #8EC83C;
}
</style>
background-color css
<style>
a { background-color: #8EC83C; }
a { background-color: rgb(142,200,60); }
div.DivClassName
{
background-color: #8EC83C;
}
.BgClassName
{
background-color: #8EC83C;
}
</style>
border-color css
<style>
span { border-color: #8EC83C; }
span { border-color: rgb(142,200,60); }
td.TdClassName
{
border-color: #8EC83C;
}
.TagClassName
{
border-color: #8EC83C;
}
</style>