Shades of Atlantis #9DC047
Tints of Atlantis #9DC047
RGB
CMYK
RGB Variations
Color information
#9DC047 (or 0x9DC047) is known color: Atlantis. HEX triplet: 9D, C0 and 47. RGB value is (157,192,71). Sum of RGB (Red+Green+Blue) = 157+192+71=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC047 is #623FB8. Grayscale: #A8A8A8. Windows color (decimal): -6438841 or 4702365. OLE color: 4702365.
HSL color Cylindrical-coordinate representation of color #9DC047: hue angle of 77.36º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DC047 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 71 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.25 |
| HSL | 77.36º | 0.49% | 0.52% | - |
| HSV(B) | 77.36º | 0.63% | 0.75% | - |
| XYZ | 33.89 | 45.32 | 12.92 | - |
| YUV | 167.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 71 | 0.18 | 0 | 0.63 | 0.25 | 77.36 | 0.49 | 0.52 |
| Hex | 9D | C0 | 47 | 12 | 0 | 3F | 19 | 4D | 31 | 34 |
| Octal | 235 | 300 | 107 | 22 | 0 | 77 | 31 | 115 | 61 | 64 |
| Binary | 10011101 | 11000000 | 1000111 | 10010 | 0 | 111111 | 11001 | 1001101 | 110001 | 110100 |
Color Harmonies of #9DC047
Complementary color
Monochromatic Colors of #9DC047
Black with #9DC047
Text Example
Text Example
White with #9DC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC047; }
p { color: rgb(157,192,71); }
H1.HeaderClassName
{
color: #9DC047;
}
.AnyTagClassName
{
color: #9DC047;
}
</style>
background-color css
<style>
a { background-color: #9DC047; }
a { background-color: rgb(157,192,71); }
div.DivClassName
{
background-color: #9DC047;
}
.BgClassName
{
background-color: #9DC047;
}
</style>
border-color css
<style>
span { border-color: #9DC047; }
span { border-color: rgb(157,192,71); }
td.TdClassName
{
border-color: #9DC047;
}
.TagClassName
{
border-color: #9DC047;
}
</style>