Shades of Atlantis #9DCE47
Tints of Atlantis #9DCE47
RGB
CMYK
RGB Variations
Color information
#9DCE47 (or 0x9DCE47) is known color: Atlantis. HEX triplet: 9D, CE and 47. RGB value is (157,206,71). Sum of RGB (Red+Green+Blue) = 157+206+71=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCE47 is #6231B8. Grayscale: #B0B0B0. Windows color (decimal): -6435257 or 4705949. OLE color: 4705949.
HSL color Cylindrical-coordinate representation of color #9DCE47: hue angle of 81.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DCE47 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 71 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.19 |
| HSL | 81.78º | 0.58% | 0.54% | - |
| HSV(B) | 81.78º | 0.66% | 0.81% | - |
| XYZ | 37.11 | 51.77 | 14 | - |
| YUV | 175.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 71 | 0.24 | 0 | 0.66 | 0.19 | 81.78 | 0.58 | 0.54 |
| Hex | 9D | CE | 47 | 18 | 0 | 42 | 13 | 52 | 3A | 36 |
| Octal | 235 | 316 | 107 | 30 | 0 | 102 | 23 | 122 | 72 | 66 |
| Binary | 10011101 | 11001110 | 1000111 | 11000 | 0 | 1000010 | 10011 | 1010010 | 111010 | 110110 |
Color Harmonies of #9DCE47
Complementary color
Monochromatic Colors of #9DCE47
Black with #9DCE47
Text Example
Text Example
White with #9DCE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE47; }
p { color: rgb(157,206,71); }
H1.HeaderClassName
{
color: #9DCE47;
}
.AnyTagClassName
{
color: #9DCE47;
}
</style>
background-color css
<style>
a { background-color: #9DCE47; }
a { background-color: rgb(157,206,71); }
div.DivClassName
{
background-color: #9DCE47;
}
.BgClassName
{
background-color: #9DCE47;
}
</style>
border-color css
<style>
span { border-color: #9DCE47; }
span { border-color: rgb(157,206,71); }
td.TdClassName
{
border-color: #9DCE47;
}
.TagClassName
{
border-color: #9DCE47;
}
</style>