Shades of Atlantis #9DC947
Tints of Atlantis #9DC947
RGB
CMYK
RGB Variations
Color information
#9DC947 (or 0x9DC947) is known color: Atlantis. HEX triplet: 9D, C9 and 47. RGB value is (157,201,71). Sum of RGB (Red+Green+Blue) = 157+201+71=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC947 is #6236B8. Grayscale: #ADADAD. Windows color (decimal): -6436537 or 4704669. OLE color: 4704669.
HSL color Cylindrical-coordinate representation of color #9DC947: hue angle of 80.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DC947 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 71 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.21 |
| HSL | 80.31º | 0.55% | 0.53% | - |
| HSV(B) | 80.31º | 0.65% | 0.79% | - |
| XYZ | 35.93 | 49.4 | 13.6 | - |
| YUV | 173.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 71 | 0.22 | 0 | 0.65 | 0.21 | 80.31 | 0.55 | 0.53 |
| Hex | 9D | C9 | 47 | 16 | 0 | 41 | 15 | 50 | 37 | 35 |
| Octal | 235 | 311 | 107 | 26 | 0 | 101 | 25 | 120 | 67 | 65 |
| Binary | 10011101 | 11001001 | 1000111 | 10110 | 0 | 1000001 | 10101 | 1010000 | 110111 | 110101 |
Color Harmonies of #9DC947
Complementary color
Monochromatic Colors of #9DC947
Black with #9DC947
Text Example
Text Example
White with #9DC947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC947; }
p { color: rgb(157,201,71); }
H1.HeaderClassName
{
color: #9DC947;
}
.AnyTagClassName
{
color: #9DC947;
}
</style>
background-color css
<style>
a { background-color: #9DC947; }
a { background-color: rgb(157,201,71); }
div.DivClassName
{
background-color: #9DC947;
}
.BgClassName
{
background-color: #9DC947;
}
</style>
border-color css
<style>
span { border-color: #9DC947; }
span { border-color: rgb(157,201,71); }
td.TdClassName
{
border-color: #9DC947;
}
.TagClassName
{
border-color: #9DC947;
}
</style>