Shades of Atlantis #9EC150
Tints of Atlantis #9EC150
RGB
CMYK
RGB Variations
Color information
#9EC150 (or 0x9EC150) is known color: Atlantis. HEX triplet: 9E, C1 and 50. RGB value is (158,193,80). Sum of RGB (Red+Green+Blue) = 158+193+80=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC150 is #613EAF. Grayscale: #AAAAAA. Windows color (decimal): -6373040 or 5292446. OLE color: 5292446.
HSL color Cylindrical-coordinate representation of color #9EC150: hue angle of 78.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EC150 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 80 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.24 |
| HSL | 78.58º | 0.48% | 0.54% | - |
| HSV(B) | 78.58º | 0.59% | 0.76% | - |
| XYZ | 34.62 | 45.99 | 14.64 | - |
| YUV | 169.65 | 77.4 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 80 | 0.18 | 0 | 0.59 | 0.24 | 78.58 | 0.48 | 0.54 |
| Hex | 9E | C1 | 50 | 12 | 0 | 3B | 18 | 4F | 30 | 36 |
| Octal | 236 | 301 | 120 | 22 | 0 | 73 | 30 | 117 | 60 | 66 |
| Binary | 10011110 | 11000001 | 1010000 | 10010 | 0 | 111011 | 11000 | 1001111 | 110000 | 110110 |
Color Harmonies of #9EC150
Complementary color
Monochromatic Colors of #9EC150
Black with #9EC150
Text Example
Text Example
White with #9EC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC150; }
p { color: rgb(158,193,80); }
H1.HeaderClassName
{
color: #9EC150;
}
.AnyTagClassName
{
color: #9EC150;
}
</style>
background-color css
<style>
a { background-color: #9EC150; }
a { background-color: rgb(158,193,80); }
div.DivClassName
{
background-color: #9EC150;
}
.BgClassName
{
background-color: #9EC150;
}
</style>
border-color css
<style>
span { border-color: #9EC150; }
span { border-color: rgb(158,193,80); }
td.TdClassName
{
border-color: #9EC150;
}
.TagClassName
{
border-color: #9EC150;
}
</style>