Shades of Atlantis #8EC83B
Tints of Atlantis #8EC83B
RGB
CMYK
RGB Variations
Color information
#8EC83B (or 0x8EC83B) is known color: Atlantis. HEX triplet: 8E, C8 and 3B. RGB value is (142,200,59). Sum of RGB (Red+Green+Blue) = 142+200+59=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC83B is #7137C4. Grayscale: #A7A7A7. Windows color (decimal): -7419845 or 3917966. OLE color: 3917966.
HSL color Cylindrical-coordinate representation of color #8EC83B: hue angle of 84.68º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8EC83B is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 59 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.22 |
| HSL | 84.68º | 0.56% | 0.51% | - |
| HSV(B) | 84.68º | 0.71% | 0.78% | - |
| XYZ | 32.6 | 47.38 | 11.56 | - |
| YUV | 166.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 59 | 0.29 | 0 | 0.70 | 0.22 | 84.68 | 0.56 | 0.51 |
| Hex | 8E | C8 | 3B | 1D | 0 | 46 | 16 | 55 | 38 | 33 |
| Octal | 216 | 310 | 73 | 35 | 0 | 106 | 26 | 125 | 70 | 63 |
| Binary | 10001110 | 11001000 | 111011 | 11101 | 0 | 1000110 | 10110 | 1010101 | 111000 | 110011 |
Color Harmonies of #8EC83B
Complementary color
Monochromatic Colors of #8EC83B
Black with #8EC83B
Text Example
Text Example
White with #8EC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC83B; }
p { color: rgb(142,200,59); }
H1.HeaderClassName
{
color: #8EC83B;
}
.AnyTagClassName
{
color: #8EC83B;
}
</style>
background-color css
<style>
a { background-color: #8EC83B; }
a { background-color: rgb(142,200,59); }
div.DivClassName
{
background-color: #8EC83B;
}
.BgClassName
{
background-color: #8EC83B;
}
</style>
border-color css
<style>
span { border-color: #8EC83B; }
span { border-color: rgb(142,200,59); }
td.TdClassName
{
border-color: #8EC83B;
}
.TagClassName
{
border-color: #8EC83B;
}
</style>