Shades of Atlantis #90E946
Tints of Atlantis #90E946
RGB
CMYK
RGB Variations
Color information
#90E946 (or 0x90E946) is known color: Atlantis. HEX triplet: 90, E9 and 46. RGB value is (144,233,70). Sum of RGB (Red+Green+Blue) = 144+233+70=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #90E946 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90E946 is #6F16B9. Grayscale: #BCBCBC. Windows color (decimal): -7280314 or 4647312. OLE color: 4647312.
HSL color Cylindrical-coordinate representation of color #90E946: hue angle of 92.76º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90E946 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 70 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.09 |
| HSL | 92.76º | 0.79% | 0.59% | - |
| HSV(B) | 92.76º | 0.7% | 0.91% | - |
| XYZ | 41.75 | 64.65 | 16.07 | - |
| YUV | 187.81 | 61.51 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 70 | 0.38 | 0 | 0.70 | 0.09 | 92.76 | 0.79 | 0.59 |
| Hex | 90 | E9 | 46 | 26 | 0 | 46 | 9 | 5D | 4F | 3B |
| Octal | 220 | 351 | 106 | 46 | 0 | 106 | 11 | 135 | 117 | 73 |
| Binary | 10010000 | 11101001 | 1000110 | 100110 | 0 | 1000110 | 1001 | 1011101 | 1001111 | 111011 |
Color Harmonies of #90E946
Complementary color
Monochromatic Colors of #90E946
Black with #90E946
Text Example
Text Example
White with #90E946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E946; }
p { color: rgb(144,233,70); }
H1.HeaderClassName
{
color: #90E946;
}
.AnyTagClassName
{
color: #90E946;
}
</style>
background-color css
<style>
a { background-color: #90E946; }
a { background-color: rgb(144,233,70); }
div.DivClassName
{
background-color: #90E946;
}
.BgClassName
{
background-color: #90E946;
}
</style>
border-color css
<style>
span { border-color: #90E946; }
span { border-color: rgb(144,233,70); }
td.TdClassName
{
border-color: #90E946;
}
.TagClassName
{
border-color: #90E946;
}
</style>