Shades of Atlantis #9EC149
Tints of Atlantis #9EC149
RGB
CMYK
RGB Variations
Color information
#9EC149 (or 0x9EC149) is known color: Atlantis. HEX triplet: 9E, C1 and 49. RGB value is (158,193,73). Sum of RGB (Red+Green+Blue) = 158+193+73=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC149 is #613EB6. Grayscale: #A9A9A9. Windows color (decimal): -6373047 or 4833694. OLE color: 4833694.
HSL color Cylindrical-coordinate representation of color #9EC149: hue angle of 77.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EC149 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 73 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.24 |
| HSL | 77.5º | 0.49% | 0.52% | - |
| HSV(B) | 77.5º | 0.62% | 0.76% | - |
| XYZ | 34.37 | 45.89 | 13.35 | - |
| YUV | 168.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 73 | 0.18 | 0 | 0.62 | 0.24 | 77.5 | 0.49 | 0.52 |
| Hex | 9E | C1 | 49 | 12 | 0 | 3E | 18 | 4E | 31 | 34 |
| Octal | 236 | 301 | 111 | 22 | 0 | 76 | 30 | 116 | 61 | 64 |
| Binary | 10011110 | 11000001 | 1001001 | 10010 | 0 | 111110 | 11000 | 1001110 | 110001 | 110100 |
Color Harmonies of #9EC149
Complementary color
Monochromatic Colors of #9EC149
Black with #9EC149
Text Example
Text Example
White with #9EC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC149; }
p { color: rgb(158,193,73); }
H1.HeaderClassName
{
color: #9EC149;
}
.AnyTagClassName
{
color: #9EC149;
}
</style>
background-color css
<style>
a { background-color: #9EC149; }
a { background-color: rgb(158,193,73); }
div.DivClassName
{
background-color: #9EC149;
}
.BgClassName
{
background-color: #9EC149;
}
</style>
border-color css
<style>
span { border-color: #9EC149; }
span { border-color: rgb(158,193,73); }
td.TdClassName
{
border-color: #9EC149;
}
.TagClassName
{
border-color: #9EC149;
}
</style>