Shades of Atlantis #9FDD48
Tints of Atlantis #9FDD48
RGB
CMYK
RGB Variations
Color information
#9FDD48 (or 0x9FDD48) is known color: Atlantis. HEX triplet: 9F, DD and 48. RGB value is (159,221,72). Sum of RGB (Red+Green+Blue) = 159+221+72=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDD48 is #6022B7. Grayscale: #BABABA. Windows color (decimal): -6300344 or 4775327. OLE color: 4775327.
HSL color Cylindrical-coordinate representation of color #9FDD48: hue angle of 84.97º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FDD48 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 72 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.13 |
| HSL | 84.97º | 0.69% | 0.57% | - |
| HSV(B) | 84.97º | 0.67% | 0.87% | - |
| XYZ | 41.32 | 59.55 | 15.45 | - |
| YUV | 185.48 | 63.96 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 72 | 0.28 | 0 | 0.67 | 0.13 | 84.97 | 0.69 | 0.57 |
| Hex | 9F | DD | 48 | 1C | 0 | 43 | D | 55 | 45 | 39 |
| Octal | 237 | 335 | 110 | 34 | 0 | 103 | 15 | 125 | 105 | 71 |
| Binary | 10011111 | 11011101 | 1001000 | 11100 | 0 | 1000011 | 1101 | 1010101 | 1000101 | 111001 |
Color Harmonies of #9FDD48
Complementary color
Monochromatic Colors of #9FDD48
Black with #9FDD48
Text Example
Text Example
White with #9FDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD48; }
p { color: rgb(159,221,72); }
H1.HeaderClassName
{
color: #9FDD48;
}
.AnyTagClassName
{
color: #9FDD48;
}
</style>
background-color css
<style>
a { background-color: #9FDD48; }
a { background-color: rgb(159,221,72); }
div.DivClassName
{
background-color: #9FDD48;
}
.BgClassName
{
background-color: #9FDD48;
}
</style>
border-color css
<style>
span { border-color: #9FDD48; }
span { border-color: rgb(159,221,72); }
td.TdClassName
{
border-color: #9FDD48;
}
.TagClassName
{
border-color: #9FDD48;
}
</style>