Shades of Atlantis #9DC554
Tints of Atlantis #9DC554
RGB
CMYK
RGB Variations
Color information
#9DC554 (or 0x9DC554) is known color: Atlantis. HEX triplet: 9D, C5 and 54. RGB value is (157,197,84). Sum of RGB (Red+Green+Blue) = 157+197+84=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC554 is #623AAB. Grayscale: #ACACAC. Windows color (decimal): -6437548 or 5555613. OLE color: 5555613.
HSL color Cylindrical-coordinate representation of color #9DC554: hue angle of 81.24º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DC554 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 84 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.23 |
| HSL | 81.24º | 0.49% | 0.55% | - |
| HSV(B) | 81.24º | 0.57% | 0.77% | - |
| XYZ | 35.47 | 47.74 | 15.73 | - |
| YUV | 172.16 | 78.25 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 84 | 0.20 | 0 | 0.57 | 0.23 | 81.24 | 0.49 | 0.55 |
| Hex | 9D | C5 | 54 | 14 | 0 | 39 | 17 | 51 | 31 | 37 |
| Octal | 235 | 305 | 124 | 24 | 0 | 71 | 27 | 121 | 61 | 67 |
| Binary | 10011101 | 11000101 | 1010100 | 10100 | 0 | 111001 | 10111 | 1010001 | 110001 | 110111 |
Color Harmonies of #9DC554
Complementary color
Monochromatic Colors of #9DC554
Black with #9DC554
Text Example
Text Example
White with #9DC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC554; }
p { color: rgb(157,197,84); }
H1.HeaderClassName
{
color: #9DC554;
}
.AnyTagClassName
{
color: #9DC554;
}
</style>
background-color css
<style>
a { background-color: #9DC554; }
a { background-color: rgb(157,197,84); }
div.DivClassName
{
background-color: #9DC554;
}
.BgClassName
{
background-color: #9DC554;
}
</style>
border-color css
<style>
span { border-color: #9DC554; }
span { border-color: rgb(157,197,84); }
td.TdClassName
{
border-color: #9DC554;
}
.TagClassName
{
border-color: #9DC554;
}
</style>