Shades of Atlantis #9FD246
Tints of Atlantis #9FD246
RGB
CMYK
RGB Variations
Color information
#9FD246 (or 0x9FD246) is known color: Atlantis. HEX triplet: 9F, D2 and 46. RGB value is (159,210,70). Sum of RGB (Red+Green+Blue) = 159+210+70=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD246 is #602DB9. Grayscale: #B3B3B3. Windows color (decimal): -6303162 or 4641439. OLE color: 4641439.
HSL color Cylindrical-coordinate representation of color #9FD246: hue angle of 81.86º degrees, saturation: 0.61, 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 #9FD246 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 70 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.18 |
| HSL | 81.86º | 0.61% | 0.55% | - |
| HSV(B) | 81.86º | 0.67% | 0.82% | - |
| XYZ | 38.45 | 53.91 | 14.17 | - |
| YUV | 178.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 70 | 0.24 | 0 | 0.67 | 0.18 | 81.86 | 0.61 | 0.55 |
| Hex | 9F | D2 | 46 | 18 | 0 | 43 | 12 | 52 | 3D | 37 |
| Octal | 237 | 322 | 106 | 30 | 0 | 103 | 22 | 122 | 75 | 67 |
| Binary | 10011111 | 11010010 | 1000110 | 11000 | 0 | 1000011 | 10010 | 1010010 | 111101 | 110111 |
Color Harmonies of #9FD246
Complementary color
Monochromatic Colors of #9FD246
Black with #9FD246
Text Example
Text Example
White with #9FD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD246; }
p { color: rgb(159,210,70); }
H1.HeaderClassName
{
color: #9FD246;
}
.AnyTagClassName
{
color: #9FD246;
}
</style>
background-color css
<style>
a { background-color: #9FD246; }
a { background-color: rgb(159,210,70); }
div.DivClassName
{
background-color: #9FD246;
}
.BgClassName
{
background-color: #9FD246;
}
</style>
border-color css
<style>
span { border-color: #9FD246; }
span { border-color: rgb(159,210,70); }
td.TdClassName
{
border-color: #9FD246;
}
.TagClassName
{
border-color: #9FD246;
}
</style>