Shades of Atlantis #9ED947
Tints of Atlantis #9ED947
RGB
CMYK
RGB Variations
Color information
#9ED947 (or 0x9ED947) is known color: Atlantis. HEX triplet: 9E, D9 and 47. RGB value is (158,217,71). Sum of RGB (Red+Green+Blue) = 158+217+71=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED947 is #6126B8. Grayscale: #B7B7B7. Windows color (decimal): -6366905 or 4708766. OLE color: 4708766.
HSL color Cylindrical-coordinate representation of color #9ED947: hue angle of 84.25º degrees, saturation: 0.66, 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 #9ED947 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 71 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.15 |
| HSL | 84.25º | 0.66% | 0.56% | - |
| HSV(B) | 84.25º | 0.67% | 0.85% | - |
| XYZ | 40.05 | 57.35 | 14.92 | - |
| YUV | 182.72 | 64.95 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 71 | 0.27 | 0 | 0.67 | 0.15 | 84.25 | 0.66 | 0.56 |
| Hex | 9E | D9 | 47 | 1B | 0 | 43 | F | 54 | 42 | 38 |
| Octal | 236 | 331 | 107 | 33 | 0 | 103 | 17 | 124 | 102 | 70 |
| Binary | 10011110 | 11011001 | 1000111 | 11011 | 0 | 1000011 | 1111 | 1010100 | 1000010 | 111000 |
Color Harmonies of #9ED947
Complementary color
Monochromatic Colors of #9ED947
Black with #9ED947
Text Example
Text Example
White with #9ED947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED947; }
p { color: rgb(158,217,71); }
H1.HeaderClassName
{
color: #9ED947;
}
.AnyTagClassName
{
color: #9ED947;
}
</style>
background-color css
<style>
a { background-color: #9ED947; }
a { background-color: rgb(158,217,71); }
div.DivClassName
{
background-color: #9ED947;
}
.BgClassName
{
background-color: #9ED947;
}
</style>
border-color css
<style>
span { border-color: #9ED947; }
span { border-color: rgb(158,217,71); }
td.TdClassName
{
border-color: #9ED947;
}
.TagClassName
{
border-color: #9ED947;
}
</style>