Shades of Atlantis #9DCC53
Tints of Atlantis #9DCC53
RGB
CMYK
RGB Variations
Color information
#9DCC53 (or 0x9DCC53) is known color: Atlantis. HEX triplet: 9D, CC and 53. RGB value is (157,204,83). Sum of RGB (Red+Green+Blue) = 157+204+83=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC53 is #6233AC. Grayscale: #B0B0B0. Windows color (decimal): -6435757 or 5491869. OLE color: 5491869.
HSL color Cylindrical-coordinate representation of color #9DCC53: hue angle of 83.31º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DCC53 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 83 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.2 |
| HSL | 83.31º | 0.54% | 0.56% | - |
| HSV(B) | 83.31º | 0.59% | 0.8% | - |
| XYZ | 37.06 | 50.98 | 16.07 | - |
| YUV | 176.15 | 75.43 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 83 | 0.23 | 0 | 0.59 | 0.2 | 83.31 | 0.54 | 0.56 |
| Hex | 9D | CC | 53 | 17 | 0 | 3B | 14 | 53 | 36 | 38 |
| Octal | 235 | 314 | 123 | 27 | 0 | 73 | 24 | 123 | 66 | 70 |
| Binary | 10011101 | 11001100 | 1010011 | 10111 | 0 | 111011 | 10100 | 1010011 | 110110 | 111000 |
Color Harmonies of #9DCC53
Complementary color
Monochromatic Colors of #9DCC53
Black with #9DCC53
Text Example
Text Example
White with #9DCC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC53; }
p { color: rgb(157,204,83); }
H1.HeaderClassName
{
color: #9DCC53;
}
.AnyTagClassName
{
color: #9DCC53;
}
</style>
background-color css
<style>
a { background-color: #9DCC53; }
a { background-color: rgb(157,204,83); }
div.DivClassName
{
background-color: #9DCC53;
}
.BgClassName
{
background-color: #9DCC53;
}
</style>
border-color css
<style>
span { border-color: #9DCC53; }
span { border-color: rgb(157,204,83); }
td.TdClassName
{
border-color: #9DCC53;
}
.TagClassName
{
border-color: #9DCC53;
}
</style>