Shades of Atlantis #9DC457
Tints of Atlantis #9DC457
RGB
CMYK
RGB Variations
Color information
#9DC457 (or 0x9DC457) is known color: Atlantis. HEX triplet: 9D, C4 and 57. RGB value is (157,196,87). Sum of RGB (Red+Green+Blue) = 157+196+87=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC457 is #623BA8. Grayscale: #ACACAC. Windows color (decimal): -6437801 or 5751965. OLE color: 5751965.
HSL color Cylindrical-coordinate representation of color #9DC457: hue angle of 81.47º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DC457 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 87 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.23 |
| HSL | 81.47º | 0.48% | 0.55% | - |
| HSV(B) | 81.47º | 0.56% | 0.77% | - |
| XYZ | 35.36 | 47.34 | 16.29 | - |
| YUV | 171.91 | 80.08 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 87 | 0.20 | 0 | 0.56 | 0.23 | 81.47 | 0.48 | 0.55 |
| Hex | 9D | C4 | 57 | 14 | 0 | 38 | 17 | 51 | 30 | 37 |
| Octal | 235 | 304 | 127 | 24 | 0 | 70 | 27 | 121 | 60 | 67 |
| Binary | 10011101 | 11000100 | 1010111 | 10100 | 0 | 111000 | 10111 | 1010001 | 110000 | 110111 |
Color Harmonies of #9DC457
Complementary color
Monochromatic Colors of #9DC457
Black with #9DC457
Text Example
Text Example
White with #9DC457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC457; }
p { color: rgb(157,196,87); }
H1.HeaderClassName
{
color: #9DC457;
}
.AnyTagClassName
{
color: #9DC457;
}
</style>
background-color css
<style>
a { background-color: #9DC457; }
a { background-color: rgb(157,196,87); }
div.DivClassName
{
background-color: #9DC457;
}
.BgClassName
{
background-color: #9DC457;
}
</style>
border-color css
<style>
span { border-color: #9DC457; }
span { border-color: rgb(157,196,87); }
td.TdClassName
{
border-color: #9DC457;
}
.TagClassName
{
border-color: #9DC457;
}
</style>