Shades of Atlantis #9FDC46
Tints of Atlantis #9FDC46
RGB
CMYK
RGB Variations
Color information
#9FDC46 (or 0x9FDC46) is known color: Atlantis. HEX triplet: 9F, DC and 46. RGB value is (159,220,70). Sum of RGB (Red+Green+Blue) = 159+220+70=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDC46 is #6023B9. Grayscale: #B9B9B9. Windows color (decimal): -6300602 or 4643999. OLE color: 4643999.
HSL color Cylindrical-coordinate representation of color #9FDC46: hue angle of 84.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FDC46 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 70 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.14 |
| HSL | 84.4º | 0.68% | 0.57% | - |
| HSV(B) | 84.4º | 0.68% | 0.86% | - |
| XYZ | 41 | 59 | 15.02 | - |
| YUV | 184.66 | 63.29 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 70 | 0.28 | 0 | 0.68 | 0.14 | 84.4 | 0.68 | 0.57 |
| Hex | 9F | DC | 46 | 1C | 0 | 44 | E | 54 | 44 | 39 |
| Octal | 237 | 334 | 106 | 34 | 0 | 104 | 16 | 124 | 104 | 71 |
| Binary | 10011111 | 11011100 | 1000110 | 11100 | 0 | 1000100 | 1110 | 1010100 | 1000100 | 111001 |
Color Harmonies of #9FDC46
Complementary color
Monochromatic Colors of #9FDC46
Black with #9FDC46
Text Example
Text Example
White with #9FDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC46; }
p { color: rgb(159,220,70); }
H1.HeaderClassName
{
color: #9FDC46;
}
.AnyTagClassName
{
color: #9FDC46;
}
</style>
background-color css
<style>
a { background-color: #9FDC46; }
a { background-color: rgb(159,220,70); }
div.DivClassName
{
background-color: #9FDC46;
}
.BgClassName
{
background-color: #9FDC46;
}
</style>
border-color css
<style>
span { border-color: #9FDC46; }
span { border-color: rgb(159,220,70); }
td.TdClassName
{
border-color: #9FDC46;
}
.TagClassName
{
border-color: #9FDC46;
}
</style>