Shades of Atlantis #9EC140
Tints of Atlantis #9EC140
RGB
CMYK
RGB Variations
Color information
#9EC140 (or 0x9EC140) is known color: Atlantis. HEX triplet: 9E, C1 and 40. RGB value is (158,193,64). Sum of RGB (Red+Green+Blue) = 158+193+64=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC140 is #613EBF. Grayscale: #A8A8A8. Windows color (decimal): -6373056 or 4243870. OLE color: 4243870.
HSL color Cylindrical-coordinate representation of color #9EC140: hue angle of 76.28º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EC140 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 64 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.24 |
| HSL | 76.28º | 0.51% | 0.5% | - |
| HSV(B) | 76.28º | 0.67% | 0.76% | - |
| XYZ | 34.1 | 45.78 | 11.89 | - |
| YUV | 167.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 64 | 0.18 | 0 | 0.67 | 0.24 | 76.28 | 0.51 | 0.5 |
| Hex | 9E | C1 | 40 | 12 | 0 | 43 | 18 | 4C | 33 | 32 |
| Octal | 236 | 301 | 100 | 22 | 0 | 103 | 30 | 114 | 63 | 62 |
| Binary | 10011110 | 11000001 | 1000000 | 10010 | 0 | 1000011 | 11000 | 1001100 | 110011 | 110010 |
Color Harmonies of #9EC140
Complementary color
Monochromatic Colors of #9EC140
Black with #9EC140
Text Example
Text Example
White with #9EC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC140; }
p { color: rgb(158,193,64); }
H1.HeaderClassName
{
color: #9EC140;
}
.AnyTagClassName
{
color: #9EC140;
}
</style>
background-color css
<style>
a { background-color: #9EC140; }
a { background-color: rgb(158,193,64); }
div.DivClassName
{
background-color: #9EC140;
}
.BgClassName
{
background-color: #9EC140;
}
</style>
border-color css
<style>
span { border-color: #9EC140; }
span { border-color: rgb(158,193,64); }
td.TdClassName
{
border-color: #9EC140;
}
.TagClassName
{
border-color: #9EC140;
}
</style>