Shades of Atlantis #9DC056
Tints of Atlantis #9DC056
RGB
CMYK
RGB Variations
Color information
#9DC056 (or 0x9DC056) is known color: Atlantis. HEX triplet: 9D, C0 and 56. RGB value is (157,192,86). Sum of RGB (Red+Green+Blue) = 157+192+86=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC056 is #623FA9. Grayscale: #A9A9A9. Windows color (decimal): -6438826 or 5685405. OLE color: 5685405.
HSL color Cylindrical-coordinate representation of color #9DC056: hue angle of 79.81º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DC056 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 86 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.25 |
| HSL | 79.81º | 0.46% | 0.55% | - |
| HSV(B) | 79.81º | 0.55% | 0.75% | - |
| XYZ | 34.43 | 45.54 | 15.78 | - |
| YUV | 169.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 86 | 0.18 | 0 | 0.55 | 0.25 | 79.81 | 0.46 | 0.55 |
| Hex | 9D | C0 | 56 | 12 | 0 | 37 | 19 | 50 | 2E | 37 |
| Octal | 235 | 300 | 126 | 22 | 0 | 67 | 31 | 120 | 56 | 67 |
| Binary | 10011101 | 11000000 | 1010110 | 10010 | 0 | 110111 | 11001 | 1010000 | 101110 | 110111 |
Color Harmonies of #9DC056
Complementary color
Monochromatic Colors of #9DC056
Black with #9DC056
Text Example
Text Example
White with #9DC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC056; }
p { color: rgb(157,192,86); }
H1.HeaderClassName
{
color: #9DC056;
}
.AnyTagClassName
{
color: #9DC056;
}
</style>
background-color css
<style>
a { background-color: #9DC056; }
a { background-color: rgb(157,192,86); }
div.DivClassName
{
background-color: #9DC056;
}
.BgClassName
{
background-color: #9DC056;
}
</style>
border-color css
<style>
span { border-color: #9DC056; }
span { border-color: rgb(157,192,86); }
td.TdClassName
{
border-color: #9DC056;
}
.TagClassName
{
border-color: #9DC056;
}
</style>