Shades of Atlantis #9DC155
Tints of Atlantis #9DC155
RGB
CMYK
RGB Variations
Color information
#9DC155 (or 0x9DC155) is known color: Atlantis. HEX triplet: 9D, C1 and 55. RGB value is (157,193,85). Sum of RGB (Red+Green+Blue) = 157+193+85=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC155 is #623EAA. Grayscale: #AAAAAA. Windows color (decimal): -6438571 or 5620125. OLE color: 5620125.
HSL color Cylindrical-coordinate representation of color #9DC155: hue angle of 80º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DC155 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 85 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.24 |
| HSL | 80º | 0.47% | 0.55% | - |
| HSV(B) | 80º | 0.56% | 0.76% | - |
| XYZ | 34.61 | 45.96 | 15.64 | - |
| YUV | 169.92 | 80.07 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 85 | 0.19 | 0 | 0.56 | 0.24 | 80 | 0.47 | 0.55 |
| Hex | 9D | C1 | 55 | 13 | 0 | 38 | 18 | 50 | 2F | 37 |
| Octal | 235 | 301 | 125 | 23 | 0 | 70 | 30 | 120 | 57 | 67 |
| Binary | 10011101 | 11000001 | 1010101 | 10011 | 0 | 111000 | 11000 | 1010000 | 101111 | 110111 |
Color Harmonies of #9DC155
Complementary color
Monochromatic Colors of #9DC155
Black with #9DC155
Text Example
Text Example
White with #9DC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC155; }
p { color: rgb(157,193,85); }
H1.HeaderClassName
{
color: #9DC155;
}
.AnyTagClassName
{
color: #9DC155;
}
</style>
background-color css
<style>
a { background-color: #9DC155; }
a { background-color: rgb(157,193,85); }
div.DivClassName
{
background-color: #9DC155;
}
.BgClassName
{
background-color: #9DC155;
}
</style>
border-color css
<style>
span { border-color: #9DC155; }
span { border-color: rgb(157,193,85); }
td.TdClassName
{
border-color: #9DC155;
}
.TagClassName
{
border-color: #9DC155;
}
</style>