Shades of Atlantis #9DC556
Tints of Atlantis #9DC556
RGB
CMYK
RGB Variations
Color information
#9DC556 (or 0x9DC556) is known color: Atlantis. HEX triplet: 9D, C5 and 56. RGB value is (157,197,86). Sum of RGB (Red+Green+Blue) = 157+197+86=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC556 is #623AA9. Grayscale: #ACACAC. Windows color (decimal): -6437546 or 5686685. OLE color: 5686685.
HSL color Cylindrical-coordinate representation of color #9DC556: hue angle of 81.62º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DC556 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 86 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.23 |
| HSL | 81.62º | 0.49% | 0.55% | - |
| HSV(B) | 81.62º | 0.56% | 0.77% | - |
| XYZ | 35.55 | 47.77 | 16.15 | - |
| YUV | 172.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 86 | 0.20 | 0 | 0.56 | 0.23 | 81.62 | 0.49 | 0.55 |
| Hex | 9D | C5 | 56 | 14 | 0 | 38 | 17 | 52 | 31 | 37 |
| Octal | 235 | 305 | 126 | 24 | 0 | 70 | 27 | 122 | 61 | 67 |
| Binary | 10011101 | 11000101 | 1010110 | 10100 | 0 | 111000 | 10111 | 1010010 | 110001 | 110111 |
Color Harmonies of #9DC556
Complementary color
Monochromatic Colors of #9DC556
Black with #9DC556
Text Example
Text Example
White with #9DC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC556; }
p { color: rgb(157,197,86); }
H1.HeaderClassName
{
color: #9DC556;
}
.AnyTagClassName
{
color: #9DC556;
}
</style>
background-color css
<style>
a { background-color: #9DC556; }
a { background-color: rgb(157,197,86); }
div.DivClassName
{
background-color: #9DC556;
}
.BgClassName
{
background-color: #9DC556;
}
</style>
border-color css
<style>
span { border-color: #9DC556; }
span { border-color: rgb(157,197,86); }
td.TdClassName
{
border-color: #9DC556;
}
.TagClassName
{
border-color: #9DC556;
}
</style>