Shades of Atlantis #9FDD45
Tints of Atlantis #9FDD45
RGB
CMYK
RGB Variations
Color information
#9FDD45 (or 0x9FDD45) is known color: Atlantis. HEX triplet: 9F, DD and 45. RGB value is (159,221,69). Sum of RGB (Red+Green+Blue) = 159+221+69=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDD45 is #6022BA. Grayscale: #B9B9B9. Windows color (decimal): -6300347 or 4578719. OLE color: 4578719.
HSL color Cylindrical-coordinate representation of color #9FDD45: hue angle of 84.47º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FDD45 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 69 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.13 |
| HSL | 84.47º | 0.69% | 0.57% | - |
| HSV(B) | 84.47º | 0.69% | 0.87% | - |
| XYZ | 41.23 | 59.51 | 14.94 | - |
| YUV | 185.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 69 | 0.28 | 0 | 0.69 | 0.13 | 84.47 | 0.69 | 0.57 |
| Hex | 9F | DD | 45 | 1C | 0 | 45 | D | 54 | 45 | 39 |
| Octal | 237 | 335 | 105 | 34 | 0 | 105 | 15 | 124 | 105 | 71 |
| Binary | 10011111 | 11011101 | 1000101 | 11100 | 0 | 1000101 | 1101 | 1010100 | 1000101 | 111001 |
Color Harmonies of #9FDD45
Complementary color
Monochromatic Colors of #9FDD45
Black with #9FDD45
Text Example
Text Example
White with #9FDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD45; }
p { color: rgb(159,221,69); }
H1.HeaderClassName
{
color: #9FDD45;
}
.AnyTagClassName
{
color: #9FDD45;
}
</style>
background-color css
<style>
a { background-color: #9FDD45; }
a { background-color: rgb(159,221,69); }
div.DivClassName
{
background-color: #9FDD45;
}
.BgClassName
{
background-color: #9FDD45;
}
</style>
border-color css
<style>
span { border-color: #9FDD45; }
span { border-color: rgb(159,221,69); }
td.TdClassName
{
border-color: #9FDD45;
}
.TagClassName
{
border-color: #9FDD45;
}
</style>