Shades of Atlantis #9DCE49
Tints of Atlantis #9DCE49
RGB
CMYK
RGB Variations
Color information
#9DCE49 (or 0x9DCE49) is known color: Atlantis. HEX triplet: 9D, CE and 49. RGB value is (157,206,73). Sum of RGB (Red+Green+Blue) = 157+206+73=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCE49 is #6231B6. Grayscale: #B0B0B0. Windows color (decimal): -6435255 or 4837021. OLE color: 4837021.
HSL color Cylindrical-coordinate representation of color #9DCE49: hue angle of 82.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DCE49 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 73 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.19 |
| HSL | 82.11º | 0.58% | 0.55% | - |
| HSV(B) | 82.11º | 0.65% | 0.81% | - |
| XYZ | 37.18 | 51.79 | 14.34 | - |
| YUV | 176.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 73 | 0.24 | 0 | 0.65 | 0.19 | 82.11 | 0.58 | 0.55 |
| Hex | 9D | CE | 49 | 18 | 0 | 41 | 13 | 52 | 3A | 37 |
| Octal | 235 | 316 | 111 | 30 | 0 | 101 | 23 | 122 | 72 | 67 |
| Binary | 10011101 | 11001110 | 1001001 | 11000 | 0 | 1000001 | 10011 | 1010010 | 111010 | 110111 |
Color Harmonies of #9DCE49
Complementary color
Monochromatic Colors of #9DCE49
Black with #9DCE49
Text Example
Text Example
White with #9DCE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE49; }
p { color: rgb(157,206,73); }
H1.HeaderClassName
{
color: #9DCE49;
}
.AnyTagClassName
{
color: #9DCE49;
}
</style>
background-color css
<style>
a { background-color: #9DCE49; }
a { background-color: rgb(157,206,73); }
div.DivClassName
{
background-color: #9DCE49;
}
.BgClassName
{
background-color: #9DCE49;
}
</style>
border-color css
<style>
span { border-color: #9DCE49; }
span { border-color: rgb(157,206,73); }
td.TdClassName
{
border-color: #9DCE49;
}
.TagClassName
{
border-color: #9DCE49;
}
</style>