Shades of Atlantis #9FDC39
Tints of Atlantis #9FDC39
RGB
CMYK
RGB Variations
Color information
#9FDC39 (or 0x9FDC39) is known color: Atlantis. HEX triplet: 9F, DC and 39. RGB value is (159,220,57). Sum of RGB (Red+Green+Blue) = 159+220+57=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDC39 is #6023C6. Grayscale: #B7B7B7. Windows color (decimal): -6300615 or 3792031. OLE color: 3792031.
HSL color Cylindrical-coordinate representation of color #9FDC39: hue angle of 82.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FDC39 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 57 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.14 |
| HSL | 82.45º | 0.7% | 0.54% | - |
| HSV(B) | 82.45º | 0.74% | 0.86% | - |
| XYZ | 40.63 | 58.85 | 13.09 | - |
| YUV | 183.18 | 56.79 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 57 | 0.28 | 0 | 0.74 | 0.14 | 82.45 | 0.7 | 0.54 |
| Hex | 9F | DC | 39 | 1C | 0 | 4A | E | 52 | 46 | 36 |
| Octal | 237 | 334 | 71 | 34 | 0 | 112 | 16 | 122 | 106 | 66 |
| Binary | 10011111 | 11011100 | 111001 | 11100 | 0 | 1001010 | 1110 | 1010010 | 1000110 | 110110 |
Color Harmonies of #9FDC39
Complementary color
Monochromatic Colors of #9FDC39
Black with #9FDC39
Text Example
Text Example
White with #9FDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC39; }
p { color: rgb(159,220,57); }
H1.HeaderClassName
{
color: #9FDC39;
}
.AnyTagClassName
{
color: #9FDC39;
}
</style>
background-color css
<style>
a { background-color: #9FDC39; }
a { background-color: rgb(159,220,57); }
div.DivClassName
{
background-color: #9FDC39;
}
.BgClassName
{
background-color: #9FDC39;
}
</style>
border-color css
<style>
span { border-color: #9FDC39; }
span { border-color: rgb(159,220,57); }
td.TdClassName
{
border-color: #9FDC39;
}
.TagClassName
{
border-color: #9FDC39;
}
</style>