Shades of Atlantis #90F249
Tints of Atlantis #90F249
RGB
CMYK
RGB Variations
Color information
#90F249 (or 0x90F249) is known color: Atlantis. HEX triplet: 90, F2 and 49. RGB value is (144,242,73). Sum of RGB (Red+Green+Blue) = 144+242+73=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #90F249 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90F249 is #6F0DB6. Grayscale: #C2C2C2. Windows color (decimal): -7278007 or 4846224. OLE color: 4846224.
HSL color Cylindrical-coordinate representation of color #90F249: hue angle of 94.79º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90F249 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 73 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.05 |
| HSL | 94.79º | 0.87% | 0.62% | - |
| HSV(B) | 94.79º | 0.7% | 0.95% | - |
| XYZ | 44.46 | 69.91 | 17.46 | - |
| YUV | 193.43 | 60.03 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 73 | 0.40 | 0 | 0.70 | 0.05 | 94.79 | 0.87 | 0.62 |
| Hex | 90 | F2 | 49 | 28 | 0 | 46 | 5 | 5F | 57 | 3E |
| Octal | 220 | 362 | 111 | 50 | 0 | 106 | 5 | 137 | 127 | 76 |
| Binary | 10010000 | 11110010 | 1001001 | 101000 | 0 | 1000110 | 101 | 1011111 | 1010111 | 111110 |
Color Harmonies of #90F249
Complementary color
Monochromatic Colors of #90F249
Black with #90F249
Text Example
Text Example
White with #90F249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F249; }
p { color: rgb(144,242,73); }
H1.HeaderClassName
{
color: #90F249;
}
.AnyTagClassName
{
color: #90F249;
}
</style>
background-color css
<style>
a { background-color: #90F249; }
a { background-color: rgb(144,242,73); }
div.DivClassName
{
background-color: #90F249;
}
.BgClassName
{
background-color: #90F249;
}
</style>
border-color css
<style>
span { border-color: #90F249; }
span { border-color: rgb(144,242,73); }
td.TdClassName
{
border-color: #90F249;
}
.TagClassName
{
border-color: #90F249;
}
</style>