Shades of Atlantis #9FE146
Tints of Atlantis #9FE146
RGB
CMYK
RGB Variations
Color information
#9FE146 (or 0x9FE146) is known color: Atlantis. HEX triplet: 9F, E1 and 46. RGB value is (159,225,70). Sum of RGB (Red+Green+Blue) = 159+225+70=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE146 is #601EB9. Grayscale: #BCBCBC. Windows color (decimal): -6299322 or 4645279. OLE color: 4645279.
HSL color Cylindrical-coordinate representation of color #9FE146: hue angle of 85.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FE146 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 70 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.12 |
| HSL | 85.55º | 0.72% | 0.58% | - |
| HSV(B) | 85.55º | 0.69% | 0.88% | - |
| XYZ | 42.33 | 61.66 | 15.47 | - |
| YUV | 187.6 | 61.63 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 70 | 0.29 | 0 | 0.69 | 0.12 | 85.55 | 0.72 | 0.58 |
| Hex | 9F | E1 | 46 | 1D | 0 | 45 | C | 56 | 48 | 3A |
| Octal | 237 | 341 | 106 | 35 | 0 | 105 | 14 | 126 | 110 | 72 |
| Binary | 10011111 | 11100001 | 1000110 | 11101 | 0 | 1000101 | 1100 | 1010110 | 1001000 | 111010 |
Color Harmonies of #9FE146
Complementary color
Monochromatic Colors of #9FE146
Black with #9FE146
Text Example
Text Example
White with #9FE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE146; }
p { color: rgb(159,225,70); }
H1.HeaderClassName
{
color: #9FE146;
}
.AnyTagClassName
{
color: #9FE146;
}
</style>
background-color css
<style>
a { background-color: #9FE146; }
a { background-color: rgb(159,225,70); }
div.DivClassName
{
background-color: #9FE146;
}
.BgClassName
{
background-color: #9FE146;
}
</style>
border-color css
<style>
span { border-color: #9FE146; }
span { border-color: rgb(159,225,70); }
td.TdClassName
{
border-color: #9FE146;
}
.TagClassName
{
border-color: #9FE146;
}
</style>