Shades of Atlantis #9EDD46
Tints of Atlantis #9EDD46
RGB
CMYK
RGB Variations
Color information
#9EDD46 (or 0x9EDD46) is known color: Atlantis. HEX triplet: 9E, DD and 46. RGB value is (158,221,70). Sum of RGB (Red+Green+Blue) = 158+221+70=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDD46 is #6122B9. Grayscale: #B9B9B9. Windows color (decimal): -6365882 or 4644254. OLE color: 4644254.
HSL color Cylindrical-coordinate representation of color #9EDD46: hue angle of 85.03º 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 #9EDD46 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 70 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.13 |
| HSL | 85.03º | 0.69% | 0.57% | - |
| HSV(B) | 85.03º | 0.68% | 0.87% | - |
| XYZ | 41.06 | 59.42 | 15.1 | - |
| YUV | 184.95 | 63.13 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 70 | 0.29 | 0 | 0.68 | 0.13 | 85.03 | 0.69 | 0.57 |
| Hex | 9E | DD | 46 | 1D | 0 | 44 | D | 55 | 45 | 39 |
| Octal | 236 | 335 | 106 | 35 | 0 | 104 | 15 | 125 | 105 | 71 |
| Binary | 10011110 | 11011101 | 1000110 | 11101 | 0 | 1000100 | 1101 | 1010101 | 1000101 | 111001 |
Color Harmonies of #9EDD46
Complementary color
Monochromatic Colors of #9EDD46
Black with #9EDD46
Text Example
Text Example
White with #9EDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD46; }
p { color: rgb(158,221,70); }
H1.HeaderClassName
{
color: #9EDD46;
}
.AnyTagClassName
{
color: #9EDD46;
}
</style>
background-color css
<style>
a { background-color: #9EDD46; }
a { background-color: rgb(158,221,70); }
div.DivClassName
{
background-color: #9EDD46;
}
.BgClassName
{
background-color: #9EDD46;
}
</style>
border-color css
<style>
span { border-color: #9EDD46; }
span { border-color: rgb(158,221,70); }
td.TdClassName
{
border-color: #9EDD46;
}
.TagClassName
{
border-color: #9EDD46;
}
</style>