Shades of Atlantis #9EDD47
Tints of Atlantis #9EDD47
RGB
CMYK
RGB Variations
Color information
#9EDD47 (or 0x9EDD47) is known color: Atlantis. HEX triplet: 9E, DD and 47. RGB value is (158,221,71). Sum of RGB (Red+Green+Blue) = 158+221+71=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDD47 is #6122B8. Grayscale: #B9B9B9. Windows color (decimal): -6365881 or 4709790. OLE color: 4709790.
HSL color Cylindrical-coordinate representation of color #9EDD47: hue angle of 85.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9EDD47 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 71 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.13 |
| HSL | 85.2º | 0.69% | 0.57% | - |
| HSV(B) | 85.2º | 0.68% | 0.87% | - |
| XYZ | 41.09 | 59.44 | 15.27 | - |
| YUV | 185.06 | 63.63 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 71 | 0.29 | 0 | 0.68 | 0.13 | 85.2 | 0.69 | 0.57 |
| Hex | 9E | DD | 47 | 1D | 0 | 44 | D | 55 | 45 | 39 |
| Octal | 236 | 335 | 107 | 35 | 0 | 104 | 15 | 125 | 105 | 71 |
| Binary | 10011110 | 11011101 | 1000111 | 11101 | 0 | 1000100 | 1101 | 1010101 | 1000101 | 111001 |
Color Harmonies of #9EDD47
Complementary color
Monochromatic Colors of #9EDD47
Black with #9EDD47
Text Example
Text Example
White with #9EDD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD47; }
p { color: rgb(158,221,71); }
H1.HeaderClassName
{
color: #9EDD47;
}
.AnyTagClassName
{
color: #9EDD47;
}
</style>
background-color css
<style>
a { background-color: #9EDD47; }
a { background-color: rgb(158,221,71); }
div.DivClassName
{
background-color: #9EDD47;
}
.BgClassName
{
background-color: #9EDD47;
}
</style>
border-color css
<style>
span { border-color: #9EDD47; }
span { border-color: rgb(158,221,71); }
td.TdClassName
{
border-color: #9EDD47;
}
.TagClassName
{
border-color: #9EDD47;
}
</style>