Shades of Atlantis #9EC14D
Tints of Atlantis #9EC14D
RGB
CMYK
RGB Variations
Color information
#9EC14D (or 0x9EC14D) is known color: Atlantis. HEX triplet: 9E, C1 and 4D. RGB value is (158,193,77). Sum of RGB (Red+Green+Blue) = 158+193+77=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC14D is #613EB2. Grayscale: #A9A9A9. Windows color (decimal): -6373043 or 5095838. OLE color: 5095838.
HSL color Cylindrical-coordinate representation of color #9EC14D: hue angle of 78.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EC14D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 77 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.24 |
| HSL | 78.1º | 0.48% | 0.53% | - |
| HSV(B) | 78.1º | 0.6% | 0.76% | - |
| XYZ | 34.51 | 45.94 | 14.07 | - |
| YUV | 169.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 77 | 0.18 | 0 | 0.60 | 0.24 | 78.1 | 0.48 | 0.53 |
| Hex | 9E | C1 | 4D | 12 | 0 | 3C | 18 | 4E | 30 | 35 |
| Octal | 236 | 301 | 115 | 22 | 0 | 74 | 30 | 116 | 60 | 65 |
| Binary | 10011110 | 11000001 | 1001101 | 10010 | 0 | 111100 | 11000 | 1001110 | 110000 | 110101 |
Color Harmonies of #9EC14D
Complementary color
Monochromatic Colors of #9EC14D
Black with #9EC14D
Text Example
Text Example
White with #9EC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC14D; }
p { color: rgb(158,193,77); }
H1.HeaderClassName
{
color: #9EC14D;
}
.AnyTagClassName
{
color: #9EC14D;
}
</style>
background-color css
<style>
a { background-color: #9EC14D; }
a { background-color: rgb(158,193,77); }
div.DivClassName
{
background-color: #9EC14D;
}
.BgClassName
{
background-color: #9EC14D;
}
</style>
border-color css
<style>
span { border-color: #9EC14D; }
span { border-color: rgb(158,193,77); }
td.TdClassName
{
border-color: #9EC14D;
}
.TagClassName
{
border-color: #9EC14D;
}
</style>