Shades of Atlantis #9DC540
Tints of Atlantis #9DC540
RGB
CMYK
RGB Variations
Color information
#9DC540 (or 0x9DC540) is known color: Atlantis. HEX triplet: 9D, C5 and 40. RGB value is (157,197,64). Sum of RGB (Red+Green+Blue) = 157+197+64=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC540 is #623ABF. Grayscale: #AAAAAA. Windows color (decimal): -6437568 or 4244893. OLE color: 4244893.
HSL color Cylindrical-coordinate representation of color #9DC540: hue angle of 78.05º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DC540 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 64 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.23 |
| HSL | 78.05º | 0.53% | 0.51% | - |
| HSV(B) | 78.05º | 0.68% | 0.77% | - |
| XYZ | 34.8 | 47.47 | 12.18 | - |
| YUV | 169.88 | 68.25 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 64 | 0.20 | 0 | 0.68 | 0.23 | 78.05 | 0.53 | 0.51 |
| Hex | 9D | C5 | 40 | 14 | 0 | 44 | 17 | 4E | 35 | 33 |
| Octal | 235 | 305 | 100 | 24 | 0 | 104 | 27 | 116 | 65 | 63 |
| Binary | 10011101 | 11000101 | 1000000 | 10100 | 0 | 1000100 | 10111 | 1001110 | 110101 | 110011 |
Color Harmonies of #9DC540
Complementary color
Monochromatic Colors of #9DC540
Black with #9DC540
Text Example
Text Example
White with #9DC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC540; }
p { color: rgb(157,197,64); }
H1.HeaderClassName
{
color: #9DC540;
}
.AnyTagClassName
{
color: #9DC540;
}
</style>
background-color css
<style>
a { background-color: #9DC540; }
a { background-color: rgb(157,197,64); }
div.DivClassName
{
background-color: #9DC540;
}
.BgClassName
{
background-color: #9DC540;
}
</style>
border-color css
<style>
span { border-color: #9DC540; }
span { border-color: rgb(157,197,64); }
td.TdClassName
{
border-color: #9DC540;
}
.TagClassName
{
border-color: #9DC540;
}
</style>