Shades of Atlantis #9DC255
Tints of Atlantis #9DC255
RGB
CMYK
RGB Variations
Color information
#9DC255 (or 0x9DC255) is known color: Atlantis. HEX triplet: 9D, C2 and 55. RGB value is (157,194,85). Sum of RGB (Red+Green+Blue) = 157+194+85=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC255 is #623DAA. Grayscale: #AAAAAA. Windows color (decimal): -6438315 or 5620381. OLE color: 5620381.
HSL color Cylindrical-coordinate representation of color #9DC255: hue angle of 80.37º 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 #9DC255 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 85 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.24 |
| HSL | 80.37º | 0.47% | 0.55% | - |
| HSV(B) | 80.37º | 0.56% | 0.76% | - |
| XYZ | 34.84 | 46.41 | 15.72 | - |
| YUV | 170.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 85 | 0.19 | 0 | 0.56 | 0.24 | 80.37 | 0.47 | 0.55 |
| Hex | 9D | C2 | 55 | 13 | 0 | 38 | 18 | 50 | 2F | 37 |
| Octal | 235 | 302 | 125 | 23 | 0 | 70 | 30 | 120 | 57 | 67 |
| Binary | 10011101 | 11000010 | 1010101 | 10011 | 0 | 111000 | 11000 | 1010000 | 101111 | 110111 |
Color Harmonies of #9DC255
Complementary color
Monochromatic Colors of #9DC255
Black with #9DC255
Text Example
Text Example
White with #9DC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC255; }
p { color: rgb(157,194,85); }
H1.HeaderClassName
{
color: #9DC255;
}
.AnyTagClassName
{
color: #9DC255;
}
</style>
background-color css
<style>
a { background-color: #9DC255; }
a { background-color: rgb(157,194,85); }
div.DivClassName
{
background-color: #9DC255;
}
.BgClassName
{
background-color: #9DC255;
}
</style>
border-color css
<style>
span { border-color: #9DC255; }
span { border-color: rgb(157,194,85); }
td.TdClassName
{
border-color: #9DC255;
}
.TagClassName
{
border-color: #9DC255;
}
</style>