Shades of Atlantis #9FE148
Tints of Atlantis #9FE148
RGB
CMYK
RGB Variations
Color information
#9FE148 (or 0x9FE148) is known color: Atlantis. HEX triplet: 9F, E1 and 48. RGB value is (159,225,72). Sum of RGB (Red+Green+Blue) = 159+225+72=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE148 is #601EB7. Grayscale: #BCBCBC. Windows color (decimal): -6299320 or 4776351. OLE color: 4776351.
HSL color Cylindrical-coordinate representation of color #9FE148: hue angle of 85.88º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FE148 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 72 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.12 |
| HSL | 85.88º | 0.72% | 0.58% | - |
| HSV(B) | 85.88º | 0.68% | 0.88% | - |
| XYZ | 42.39 | 61.69 | 15.8 | - |
| YUV | 187.82 | 62.63 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 72 | 0.29 | 0 | 0.68 | 0.12 | 85.88 | 0.72 | 0.58 |
| Hex | 9F | E1 | 48 | 1D | 0 | 44 | C | 56 | 48 | 3A |
| Octal | 237 | 341 | 110 | 35 | 0 | 104 | 14 | 126 | 110 | 72 |
| Binary | 10011111 | 11100001 | 1001000 | 11101 | 0 | 1000100 | 1100 | 1010110 | 1001000 | 111010 |
Color Harmonies of #9FE148
Complementary color
Monochromatic Colors of #9FE148
Black with #9FE148
Text Example
Text Example
White with #9FE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE148; }
p { color: rgb(159,225,72); }
H1.HeaderClassName
{
color: #9FE148;
}
.AnyTagClassName
{
color: #9FE148;
}
</style>
background-color css
<style>
a { background-color: #9FE148; }
a { background-color: rgb(159,225,72); }
div.DivClassName
{
background-color: #9FE148;
}
.BgClassName
{
background-color: #9FE148;
}
</style>
border-color css
<style>
span { border-color: #9FE148; }
span { border-color: rgb(159,225,72); }
td.TdClassName
{
border-color: #9FE148;
}
.TagClassName
{
border-color: #9FE148;
}
</style>