Shades of Atlantis #9FD146
Tints of Atlantis #9FD146
RGB
CMYK
RGB Variations
Color information
#9FD146 (or 0x9FD146) is known color: Atlantis. HEX triplet: 9F, D1 and 46. RGB value is (159,209,70). Sum of RGB (Red+Green+Blue) = 159+209+70=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD146 is #602EB9. Grayscale: #B2B2B2. Windows color (decimal): -6303418 or 4641183. OLE color: 4641183.
HSL color Cylindrical-coordinate representation of color #9FD146: hue angle of 81.58º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FD146 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 209 | 70 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.18 |
| HSL | 81.58º | 0.6% | 0.55% | - |
| HSV(B) | 81.58º | 0.67% | 0.82% | - |
| XYZ | 38.2 | 53.41 | 14.09 | - |
| YUV | 178.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 209 | 70 | 0.24 | 0 | 0.67 | 0.18 | 81.58 | 0.6 | 0.55 |
| Hex | 9F | D1 | 46 | 18 | 0 | 43 | 12 | 52 | 3C | 37 |
| Octal | 237 | 321 | 106 | 30 | 0 | 103 | 22 | 122 | 74 | 67 |
| Binary | 10011111 | 11010001 | 1000110 | 11000 | 0 | 1000011 | 10010 | 1010010 | 111100 | 110111 |
Color Harmonies of #9FD146
Complementary color
Monochromatic Colors of #9FD146
Black with #9FD146
Text Example
Text Example
White with #9FD146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD146; }
p { color: rgb(159,209,70); }
H1.HeaderClassName
{
color: #9FD146;
}
.AnyTagClassName
{
color: #9FD146;
}
</style>
background-color css
<style>
a { background-color: #9FD146; }
a { background-color: rgb(159,209,70); }
div.DivClassName
{
background-color: #9FD146;
}
.BgClassName
{
background-color: #9FD146;
}
</style>
border-color css
<style>
span { border-color: #9FD146; }
span { border-color: rgb(159,209,70); }
td.TdClassName
{
border-color: #9FD146;
}
.TagClassName
{
border-color: #9FD146;
}
</style>