Shades of Atlantis #9DC53F
Tints of Atlantis #9DC53F
RGB
CMYK
RGB Variations
Color information
#9DC53F (or 0x9DC53F) is known color: Atlantis. HEX triplet: 9D, C5 and 3F. RGB value is (157,197,63). Sum of RGB (Red+Green+Blue) = 157+197+63=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC53F is #623AC0. Grayscale: #AAAAAA. Windows color (decimal): -6437569 or 4179357. OLE color: 4179357.
HSL color Cylindrical-coordinate representation of color #9DC53F: hue angle of 77.91º degrees, saturation: 0.54, 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 #9DC53F is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 63 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.23 |
| HSL | 77.91º | 0.54% | 0.51% | - |
| HSV(B) | 77.91º | 0.68% | 0.77% | - |
| XYZ | 34.77 | 47.46 | 12.03 | - |
| YUV | 169.76 | 67.75 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 63 | 0.20 | 0 | 0.68 | 0.23 | 77.91 | 0.54 | 0.51 |
| Hex | 9D | C5 | 3F | 14 | 0 | 44 | 17 | 4E | 36 | 33 |
| Octal | 235 | 305 | 77 | 24 | 0 | 104 | 27 | 116 | 66 | 63 |
| Binary | 10011101 | 11000101 | 111111 | 10100 | 0 | 1000100 | 10111 | 1001110 | 110110 | 110011 |
Color Harmonies of #9DC53F
Complementary color
Monochromatic Colors of #9DC53F
Black with #9DC53F
Text Example
Text Example
White with #9DC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC53F; }
p { color: rgb(157,197,63); }
H1.HeaderClassName
{
color: #9DC53F;
}
.AnyTagClassName
{
color: #9DC53F;
}
</style>
background-color css
<style>
a { background-color: #9DC53F; }
a { background-color: rgb(157,197,63); }
div.DivClassName
{
background-color: #9DC53F;
}
.BgClassName
{
background-color: #9DC53F;
}
</style>
border-color css
<style>
span { border-color: #9DC53F; }
span { border-color: rgb(157,197,63); }
td.TdClassName
{
border-color: #9DC53F;
}
.TagClassName
{
border-color: #9DC53F;
}
</style>