Shades of Atlantis #9FDB49
Tints of Atlantis #9FDB49
RGB
CMYK
RGB Variations
Color information
#9FDB49 (or 0x9FDB49) is known color: Atlantis. HEX triplet: 9F, DB and 49. RGB value is (159,219,73). Sum of RGB (Red+Green+Blue) = 159+219+73=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDB49 is #6024B6. Grayscale: #B8B8B8. Windows color (decimal): -6300855 or 4840351. OLE color: 4840351.
HSL color Cylindrical-coordinate representation of color #9FDB49: hue angle of 84.66º 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 #9FDB49 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 73 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.14 |
| HSL | 84.66º | 0.67% | 0.57% | - |
| HSV(B) | 84.66º | 0.67% | 0.86% | - |
| XYZ | 40.83 | 58.52 | 15.45 | - |
| YUV | 184.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 73 | 0.27 | 0 | 0.67 | 0.14 | 84.66 | 0.67 | 0.57 |
| Hex | 9F | DB | 49 | 1B | 0 | 43 | E | 55 | 43 | 39 |
| Octal | 237 | 333 | 111 | 33 | 0 | 103 | 16 | 125 | 103 | 71 |
| Binary | 10011111 | 11011011 | 1001001 | 11011 | 0 | 1000011 | 1110 | 1010101 | 1000011 | 111001 |
Color Harmonies of #9FDB49
Complementary color
Monochromatic Colors of #9FDB49
Black with #9FDB49
Text Example
Text Example
White with #9FDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB49; }
p { color: rgb(159,219,73); }
H1.HeaderClassName
{
color: #9FDB49;
}
.AnyTagClassName
{
color: #9FDB49;
}
</style>
background-color css
<style>
a { background-color: #9FDB49; }
a { background-color: rgb(159,219,73); }
div.DivClassName
{
background-color: #9FDB49;
}
.BgClassName
{
background-color: #9FDB49;
}
</style>
border-color css
<style>
span { border-color: #9FDB49; }
span { border-color: rgb(159,219,73); }
td.TdClassName
{
border-color: #9FDB49;
}
.TagClassName
{
border-color: #9FDB49;
}
</style>