Shades of Atlantis #9FE346
Tints of Atlantis #9FE346
RGB
CMYK
RGB Variations
Color information
#9FE346 (or 0x9FE346) is known color: Atlantis. HEX triplet: 9F, E3 and 46. RGB value is (159,227,70). Sum of RGB (Red+Green+Blue) = 159+227+70=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE346 is #601CB9. Grayscale: #BDBDBD. Windows color (decimal): -6298810 or 4645791. OLE color: 4645791.
HSL color Cylindrical-coordinate representation of color #9FE346: hue angle of 85.99º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FE346 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 70 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.11 |
| HSL | 85.99º | 0.74% | 0.58% | - |
| HSV(B) | 85.99º | 0.69% | 0.89% | - |
| XYZ | 42.87 | 62.75 | 15.65 | - |
| YUV | 188.77 | 60.97 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 70 | 0.30 | 0 | 0.69 | 0.11 | 85.99 | 0.74 | 0.58 |
| Hex | 9F | E3 | 46 | 1E | 0 | 45 | B | 56 | 4A | 3A |
| Octal | 237 | 343 | 106 | 36 | 0 | 105 | 13 | 126 | 112 | 72 |
| Binary | 10011111 | 11100011 | 1000110 | 11110 | 0 | 1000101 | 1011 | 1010110 | 1001010 | 111010 |
Color Harmonies of #9FE346
Complementary color
Monochromatic Colors of #9FE346
Black with #9FE346
Text Example
Text Example
White with #9FE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE346; }
p { color: rgb(159,227,70); }
H1.HeaderClassName
{
color: #9FE346;
}
.AnyTagClassName
{
color: #9FE346;
}
</style>
background-color css
<style>
a { background-color: #9FE346; }
a { background-color: rgb(159,227,70); }
div.DivClassName
{
background-color: #9FE346;
}
.BgClassName
{
background-color: #9FE346;
}
</style>
border-color css
<style>
span { border-color: #9FE346; }
span { border-color: rgb(159,227,70); }
td.TdClassName
{
border-color: #9FE346;
}
.TagClassName
{
border-color: #9FE346;
}
</style>