Shades of Atlantis #9EDB49
Tints of Atlantis #9EDB49
RGB
CMYK
RGB Variations
Color information
#9EDB49 (or 0x9EDB49) is known color: Atlantis. HEX triplet: 9E, DB and 49. RGB value is (158,219,73). Sum of RGB (Red+Green+Blue) = 158+219+73=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDB49 is #6124B6. Grayscale: #B8B8B8. Windows color (decimal): -6366391 or 4840350. OLE color: 4840350.
HSL color Cylindrical-coordinate representation of color #9EDB49: hue angle of 85.07º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EDB49 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 73 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.14 |
| HSL | 85.07º | 0.67% | 0.57% | - |
| HSV(B) | 85.07º | 0.67% | 0.86% | - |
| XYZ | 40.63 | 58.41 | 15.44 | - |
| YUV | 184.12 | 65.29 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 73 | 0.28 | 0 | 0.67 | 0.14 | 85.07 | 0.67 | 0.57 |
| Hex | 9E | DB | 49 | 1C | 0 | 43 | E | 55 | 43 | 39 |
| Octal | 236 | 333 | 111 | 34 | 0 | 103 | 16 | 125 | 103 | 71 |
| Binary | 10011110 | 11011011 | 1001001 | 11100 | 0 | 1000011 | 1110 | 1010101 | 1000011 | 111001 |
Color Harmonies of #9EDB49
Complementary color
Monochromatic Colors of #9EDB49
Black with #9EDB49
Text Example
Text Example
White with #9EDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB49; }
p { color: rgb(158,219,73); }
H1.HeaderClassName
{
color: #9EDB49;
}
.AnyTagClassName
{
color: #9EDB49;
}
</style>
background-color css
<style>
a { background-color: #9EDB49; }
a { background-color: rgb(158,219,73); }
div.DivClassName
{
background-color: #9EDB49;
}
.BgClassName
{
background-color: #9EDB49;
}
</style>
border-color css
<style>
span { border-color: #9EDB49; }
span { border-color: rgb(158,219,73); }
td.TdClassName
{
border-color: #9EDB49;
}
.TagClassName
{
border-color: #9EDB49;
}
</style>