Shades of Atlantis #9ED847
Tints of Atlantis #9ED847
RGB
CMYK
RGB Variations
Color information
#9ED847 (or 0x9ED847) is known color: Atlantis. HEX triplet: 9E, D8 and 47. RGB value is (158,216,71). Sum of RGB (Red+Green+Blue) = 158+216+71=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED847 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED847 is #6127B8. Grayscale: #B6B6B6. Windows color (decimal): -6367161 or 4708510. OLE color: 4708510.
HSL color Cylindrical-coordinate representation of color #9ED847: hue angle of 84º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ED847 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 71 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.15 |
| HSL | 84º | 0.65% | 0.56% | - |
| HSV(B) | 84º | 0.67% | 0.85% | - |
| XYZ | 39.79 | 56.84 | 14.83 | - |
| YUV | 182.13 | 65.28 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 71 | 0.27 | 0 | 0.67 | 0.15 | 84 | 0.65 | 0.56 |
| Hex | 9E | D8 | 47 | 1B | 0 | 43 | F | 54 | 41 | 38 |
| Octal | 236 | 330 | 107 | 33 | 0 | 103 | 17 | 124 | 101 | 70 |
| Binary | 10011110 | 11011000 | 1000111 | 11011 | 0 | 1000011 | 1111 | 1010100 | 1000001 | 111000 |
Color Harmonies of #9ED847
Complementary color
Monochromatic Colors of #9ED847
Black with #9ED847
Text Example
Text Example
White with #9ED847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED847; }
p { color: rgb(158,216,71); }
H1.HeaderClassName
{
color: #9ED847;
}
.AnyTagClassName
{
color: #9ED847;
}
</style>
background-color css
<style>
a { background-color: #9ED847; }
a { background-color: rgb(158,216,71); }
div.DivClassName
{
background-color: #9ED847;
}
.BgClassName
{
background-color: #9ED847;
}
</style>
border-color css
<style>
span { border-color: #9ED847; }
span { border-color: rgb(158,216,71); }
td.TdClassName
{
border-color: #9ED847;
}
.TagClassName
{
border-color: #9ED847;
}
</style>