Shades of Atlantis #9DDB49
Tints of Atlantis #9DDB49
RGB
CMYK
RGB Variations
Color information
#9DDB49 (or 0x9DDB49) is known color: Atlantis. HEX triplet: 9D, DB and 49. RGB value is (157,219,73). Sum of RGB (Red+Green+Blue) = 157+219+73=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDB49 is #6224B6. Grayscale: #B8B8B8. Windows color (decimal): -6431927 or 4840349. OLE color: 4840349.
HSL color Cylindrical-coordinate representation of color #9DDB49: hue angle of 85.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DDB49 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 73 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.14 |
| HSL | 85.48º | 0.67% | 0.57% | - |
| HSV(B) | 85.48º | 0.67% | 0.86% | - |
| XYZ | 40.44 | 58.31 | 15.43 | - |
| YUV | 183.82 | 65.46 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 73 | 0.28 | 0 | 0.67 | 0.14 | 85.48 | 0.67 | 0.57 |
| Hex | 9D | DB | 49 | 1C | 0 | 43 | E | 55 | 43 | 39 |
| Octal | 235 | 333 | 111 | 34 | 0 | 103 | 16 | 125 | 103 | 71 |
| Binary | 10011101 | 11011011 | 1001001 | 11100 | 0 | 1000011 | 1110 | 1010101 | 1000011 | 111001 |
Color Harmonies of #9DDB49
Complementary color
Monochromatic Colors of #9DDB49
Black with #9DDB49
Text Example
Text Example
White with #9DDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB49; }
p { color: rgb(157,219,73); }
H1.HeaderClassName
{
color: #9DDB49;
}
.AnyTagClassName
{
color: #9DDB49;
}
</style>
background-color css
<style>
a { background-color: #9DDB49; }
a { background-color: rgb(157,219,73); }
div.DivClassName
{
background-color: #9DDB49;
}
.BgClassName
{
background-color: #9DDB49;
}
</style>
border-color css
<style>
span { border-color: #9DDB49; }
span { border-color: rgb(157,219,73); }
td.TdClassName
{
border-color: #9DDB49;
}
.TagClassName
{
border-color: #9DDB49;
}
</style>