Shades of Atlantis #9EC83D
Tints of Atlantis #9EC83D
RGB
CMYK
RGB Variations
Color information
#9EC83D (or 0x9EC83D) is known color: Atlantis. HEX triplet: 9E, C8 and 3D. RGB value is (158,200,61). Sum of RGB (Red+Green+Blue) = 158+200+61=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC83D is #6137C2. Grayscale: #ACACAC. Windows color (decimal): -6371267 or 4049054. OLE color: 4049054.
HSL color Cylindrical-coordinate representation of color #9EC83D: hue angle of 78.13º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EC83D is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 200 | 61 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.22 |
| HSL | 78.13º | 0.56% | 0.51% | - |
| HSV(B) | 78.13º | 0.7% | 0.78% | - |
| XYZ | 35.6 | 48.91 | 11.98 | - |
| YUV | 171.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 61 | 0.21 | 0 | 0.69 | 0.22 | 78.13 | 0.56 | 0.51 |
| Hex | 9E | C8 | 3D | 15 | 0 | 45 | 16 | 4E | 38 | 33 |
| Octal | 236 | 310 | 75 | 25 | 0 | 105 | 26 | 116 | 70 | 63 |
| Binary | 10011110 | 11001000 | 111101 | 10101 | 0 | 1000101 | 10110 | 1001110 | 111000 | 110011 |
Color Harmonies of #9EC83D
Complementary color
Monochromatic Colors of #9EC83D
Black with #9EC83D
Text Example
Text Example
White with #9EC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC83D; }
p { color: rgb(158,200,61); }
H1.HeaderClassName
{
color: #9EC83D;
}
.AnyTagClassName
{
color: #9EC83D;
}
</style>
background-color css
<style>
a { background-color: #9EC83D; }
a { background-color: rgb(158,200,61); }
div.DivClassName
{
background-color: #9EC83D;
}
.BgClassName
{
background-color: #9EC83D;
}
</style>
border-color css
<style>
span { border-color: #9EC83D; }
span { border-color: rgb(158,200,61); }
td.TdClassName
{
border-color: #9EC83D;
}
.TagClassName
{
border-color: #9EC83D;
}
</style>