Shades of Atlantis #9FD949
Tints of Atlantis #9FD949
RGB
CMYK
RGB Variations
Color information
#9FD949 (or 0x9FD949) is known color: Atlantis. HEX triplet: 9F, D9 and 49. RGB value is (159,217,73). Sum of RGB (Red+Green+Blue) = 159+217+73=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD949 is #6026B6. Grayscale: #B7B7B7. Windows color (decimal): -6301367 or 4839839. OLE color: 4839839.
HSL color Cylindrical-coordinate representation of color #9FD949: hue angle of 84.17º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FD949 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 217 | 73 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.15 |
| HSL | 84.17º | 0.65% | 0.57% | - |
| HSV(B) | 84.17º | 0.66% | 0.85% | - |
| XYZ | 40.31 | 57.48 | 15.27 | - |
| YUV | 183.24 | 65.78 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 217 | 73 | 0.27 | 0 | 0.66 | 0.15 | 84.17 | 0.65 | 0.57 |
| Hex | 9F | D9 | 49 | 1B | 0 | 42 | F | 54 | 41 | 39 |
| Octal | 237 | 331 | 111 | 33 | 0 | 102 | 17 | 124 | 101 | 71 |
| Binary | 10011111 | 11011001 | 1001001 | 11011 | 0 | 1000010 | 1111 | 1010100 | 1000001 | 111001 |
Color Harmonies of #9FD949
Complementary color
Monochromatic Colors of #9FD949
Black with #9FD949
Text Example
Text Example
White with #9FD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD949; }
p { color: rgb(159,217,73); }
H1.HeaderClassName
{
color: #9FD949;
}
.AnyTagClassName
{
color: #9FD949;
}
</style>
background-color css
<style>
a { background-color: #9FD949; }
a { background-color: rgb(159,217,73); }
div.DivClassName
{
background-color: #9FD949;
}
.BgClassName
{
background-color: #9FD949;
}
</style>
border-color css
<style>
span { border-color: #9FD949; }
span { border-color: rgb(159,217,73); }
td.TdClassName
{
border-color: #9FD949;
}
.TagClassName
{
border-color: #9FD949;
}
</style>