Shades of Atlantis #9ED149
Tints of Atlantis #9ED149
RGB
CMYK
RGB Variations
Color information
#9ED149 (or 0x9ED149) is known color: Atlantis. HEX triplet: 9E, D1 and 49. RGB value is (158,209,73). Sum of RGB (Red+Green+Blue) = 158+209+73=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED149 is #612EB6. Grayscale: #B2B2B2. Windows color (decimal): -6368951 or 4837790. OLE color: 4837790.
HSL color Cylindrical-coordinate representation of color #9ED149: hue angle of 82.5º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ED149 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 73 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.18 |
| HSL | 82.5º | 0.6% | 0.55% | - |
| HSV(B) | 82.5º | 0.65% | 0.82% | - |
| XYZ | 38.1 | 53.35 | 14.59 | - |
| YUV | 178.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 73 | 0.24 | 0 | 0.65 | 0.18 | 82.5 | 0.6 | 0.55 |
| Hex | 9E | D1 | 49 | 18 | 0 | 41 | 12 | 52 | 3C | 37 |
| Octal | 236 | 321 | 111 | 30 | 0 | 101 | 22 | 122 | 74 | 67 |
| Binary | 10011110 | 11010001 | 1001001 | 11000 | 0 | 1000001 | 10010 | 1010010 | 111100 | 110111 |
Color Harmonies of #9ED149
Complementary color
Monochromatic Colors of #9ED149
Black with #9ED149
Text Example
Text Example
White with #9ED149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED149; }
p { color: rgb(158,209,73); }
H1.HeaderClassName
{
color: #9ED149;
}
.AnyTagClassName
{
color: #9ED149;
}
</style>
background-color css
<style>
a { background-color: #9ED149; }
a { background-color: rgb(158,209,73); }
div.DivClassName
{
background-color: #9ED149;
}
.BgClassName
{
background-color: #9ED149;
}
</style>
border-color css
<style>
span { border-color: #9ED149; }
span { border-color: rgb(158,209,73); }
td.TdClassName
{
border-color: #9ED149;
}
.TagClassName
{
border-color: #9ED149;
}
</style>