Shades of Atlantis #9FDB46
Tints of Atlantis #9FDB46
RGB
CMYK
RGB Variations
Color information
#9FDB46 (or 0x9FDB46) is known color: Atlantis. HEX triplet: 9F, DB and 46. RGB value is (159,219,70). Sum of RGB (Red+Green+Blue) = 159+219+70=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDB46 is #6024B9. Grayscale: #B8B8B8. Windows color (decimal): -6300858 or 4643743. OLE color: 4643743.
HSL color Cylindrical-coordinate representation of color #9FDB46: hue angle of 84.16º degrees, saturation: 0.67, 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 #9FDB46 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 70 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.14 |
| HSL | 84.16º | 0.67% | 0.57% | - |
| HSV(B) | 84.16º | 0.68% | 0.86% | - |
| XYZ | 40.74 | 58.48 | 14.93 | - |
| YUV | 184.07 | 63.62 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 70 | 0.27 | 0 | 0.68 | 0.14 | 84.16 | 0.67 | 0.57 |
| Hex | 9F | DB | 46 | 1B | 0 | 44 | E | 54 | 43 | 39 |
| Octal | 237 | 333 | 106 | 33 | 0 | 104 | 16 | 124 | 103 | 71 |
| Binary | 10011111 | 11011011 | 1000110 | 11011 | 0 | 1000100 | 1110 | 1010100 | 1000011 | 111001 |
Color Harmonies of #9FDB46
Complementary color
Monochromatic Colors of #9FDB46
Black with #9FDB46
Text Example
Text Example
White with #9FDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB46; }
p { color: rgb(159,219,70); }
H1.HeaderClassName
{
color: #9FDB46;
}
.AnyTagClassName
{
color: #9FDB46;
}
</style>
background-color css
<style>
a { background-color: #9FDB46; }
a { background-color: rgb(159,219,70); }
div.DivClassName
{
background-color: #9FDB46;
}
.BgClassName
{
background-color: #9FDB46;
}
</style>
border-color css
<style>
span { border-color: #9FDB46; }
span { border-color: rgb(159,219,70); }
td.TdClassName
{
border-color: #9FDB46;
}
.TagClassName
{
border-color: #9FDB46;
}
</style>