Shades of Atlantis #9DC453
Tints of Atlantis #9DC453
RGB
CMYK
RGB Variations
Color information
#9DC453 (or 0x9DC453) is known color: Atlantis. HEX triplet: 9D, C4 and 53. RGB value is (157,196,83). Sum of RGB (Red+Green+Blue) = 157+196+83=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC453 is #623BAC. Grayscale: #ABABAB. Windows color (decimal): -6437805 or 5489821. OLE color: 5489821.
HSL color Cylindrical-coordinate representation of color #9DC453: hue angle of 80.71º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DC453 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 83 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.23 |
| HSL | 80.71º | 0.49% | 0.55% | - |
| HSV(B) | 80.71º | 0.58% | 0.77% | - |
| XYZ | 35.21 | 47.27 | 15.45 | - |
| YUV | 171.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 83 | 0.20 | 0 | 0.58 | 0.23 | 80.71 | 0.49 | 0.55 |
| Hex | 9D | C4 | 53 | 14 | 0 | 3A | 17 | 51 | 31 | 37 |
| Octal | 235 | 304 | 123 | 24 | 0 | 72 | 27 | 121 | 61 | 67 |
| Binary | 10011101 | 11000100 | 1010011 | 10100 | 0 | 111010 | 10111 | 1010001 | 110001 | 110111 |
Color Harmonies of #9DC453
Complementary color
Monochromatic Colors of #9DC453
Black with #9DC453
Text Example
Text Example
White with #9DC453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC453; }
p { color: rgb(157,196,83); }
H1.HeaderClassName
{
color: #9DC453;
}
.AnyTagClassName
{
color: #9DC453;
}
</style>
background-color css
<style>
a { background-color: #9DC453; }
a { background-color: rgb(157,196,83); }
div.DivClassName
{
background-color: #9DC453;
}
.BgClassName
{
background-color: #9DC453;
}
</style>
border-color css
<style>
span { border-color: #9DC453; }
span { border-color: rgb(157,196,83); }
td.TdClassName
{
border-color: #9DC453;
}
.TagClassName
{
border-color: #9DC453;
}
</style>