Shades of Atlantis #9FDD44
Tints of Atlantis #9FDD44
RGB
CMYK
RGB Variations
Color information
#9FDD44 (or 0x9FDD44) is known color: Atlantis. HEX triplet: 9F, DD and 44. RGB value is (159,221,68). Sum of RGB (Red+Green+Blue) = 159+221+68=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDD44 is #6022BB. Grayscale: #B9B9B9. Windows color (decimal): -6300348 or 4513183. OLE color: 4513183.
HSL color Cylindrical-coordinate representation of color #9FDD44: hue angle of 84.31º 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 #9FDD44 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 68 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.13 |
| HSL | 84.31º | 0.69% | 0.57% | - |
| HSV(B) | 84.31º | 0.69% | 0.87% | - |
| XYZ | 41.2 | 59.5 | 14.78 | - |
| YUV | 185.02 | 61.96 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 68 | 0.28 | 0 | 0.69 | 0.13 | 84.31 | 0.69 | 0.57 |
| Hex | 9F | DD | 44 | 1C | 0 | 45 | D | 54 | 45 | 39 |
| Octal | 237 | 335 | 104 | 34 | 0 | 105 | 15 | 124 | 105 | 71 |
| Binary | 10011111 | 11011101 | 1000100 | 11100 | 0 | 1000101 | 1101 | 1010100 | 1000101 | 111001 |
Color Harmonies of #9FDD44
Complementary color
Monochromatic Colors of #9FDD44
Black with #9FDD44
Text Example
Text Example
White with #9FDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD44; }
p { color: rgb(159,221,68); }
H1.HeaderClassName
{
color: #9FDD44;
}
.AnyTagClassName
{
color: #9FDD44;
}
</style>
background-color css
<style>
a { background-color: #9FDD44; }
a { background-color: rgb(159,221,68); }
div.DivClassName
{
background-color: #9FDD44;
}
.BgClassName
{
background-color: #9FDD44;
}
</style>
border-color css
<style>
span { border-color: #9FDD44; }
span { border-color: rgb(159,221,68); }
td.TdClassName
{
border-color: #9FDD44;
}
.TagClassName
{
border-color: #9FDD44;
}
</style>