Shades of Atlantis #9EDA47
Tints of Atlantis #9EDA47
RGB
CMYK
RGB Variations
Color information
#9EDA47 (or 0x9EDA47) is known color: Atlantis. HEX triplet: 9E, DA and 47. RGB value is (158,218,71). Sum of RGB (Red+Green+Blue) = 158+218+71=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDA47 is #6125B8. Grayscale: #B7B7B7. Windows color (decimal): -6366649 or 4709022. OLE color: 4709022.
HSL color Cylindrical-coordinate representation of color #9EDA47: hue angle of 84.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EDA47 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 71 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.15 |
| HSL | 84.49º | 0.67% | 0.57% | - |
| HSV(B) | 84.49º | 0.67% | 0.85% | - |
| XYZ | 40.31 | 57.87 | 15.01 | - |
| YUV | 183.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 71 | 0.28 | 0 | 0.67 | 0.15 | 84.49 | 0.67 | 0.57 |
| Hex | 9E | DA | 47 | 1C | 0 | 43 | F | 54 | 43 | 39 |
| Octal | 236 | 332 | 107 | 34 | 0 | 103 | 17 | 124 | 103 | 71 |
| Binary | 10011110 | 11011010 | 1000111 | 11100 | 0 | 1000011 | 1111 | 1010100 | 1000011 | 111001 |
Color Harmonies of #9EDA47
Complementary color
Monochromatic Colors of #9EDA47
Black with #9EDA47
Text Example
Text Example
White with #9EDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA47; }
p { color: rgb(158,218,71); }
H1.HeaderClassName
{
color: #9EDA47;
}
.AnyTagClassName
{
color: #9EDA47;
}
</style>
background-color css
<style>
a { background-color: #9EDA47; }
a { background-color: rgb(158,218,71); }
div.DivClassName
{
background-color: #9EDA47;
}
.BgClassName
{
background-color: #9EDA47;
}
</style>
border-color css
<style>
span { border-color: #9EDA47; }
span { border-color: rgb(158,218,71); }
td.TdClassName
{
border-color: #9EDA47;
}
.TagClassName
{
border-color: #9EDA47;
}
</style>