Shades of Atlantis #90E949
Tints of Atlantis #90E949
RGB
CMYK
RGB Variations
Color information
#90E949 (or 0x90E949) is known color: Atlantis. HEX triplet: 90, E9 and 49. RGB value is (144,233,73). Sum of RGB (Red+Green+Blue) = 144+233+73=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #90E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90E949 is #6F16B6. Grayscale: #BCBCBC. Windows color (decimal): -7280311 or 4843920. OLE color: 4843920.
HSL color Cylindrical-coordinate representation of color #90E949: hue angle of 93.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90E949 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 73 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.09 |
| HSL | 93.38º | 0.78% | 0.6% | - |
| HSV(B) | 93.38º | 0.69% | 0.91% | - |
| XYZ | 41.84 | 64.69 | 16.58 | - |
| YUV | 188.15 | 63.01 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 73 | 0.38 | 0 | 0.69 | 0.09 | 93.38 | 0.78 | 0.6 |
| Hex | 90 | E9 | 49 | 26 | 0 | 45 | 9 | 5D | 4E | 3C |
| Octal | 220 | 351 | 111 | 46 | 0 | 105 | 11 | 135 | 116 | 74 |
| Binary | 10010000 | 11101001 | 1001001 | 100110 | 0 | 1000101 | 1001 | 1011101 | 1001110 | 111100 |
Color Harmonies of #90E949
Complementary color
Monochromatic Colors of #90E949
Black with #90E949
Text Example
Text Example
White with #90E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E949; }
p { color: rgb(144,233,73); }
H1.HeaderClassName
{
color: #90E949;
}
.AnyTagClassName
{
color: #90E949;
}
</style>
background-color css
<style>
a { background-color: #90E949; }
a { background-color: rgb(144,233,73); }
div.DivClassName
{
background-color: #90E949;
}
.BgClassName
{
background-color: #90E949;
}
</style>
border-color css
<style>
span { border-color: #90E949; }
span { border-color: rgb(144,233,73); }
td.TdClassName
{
border-color: #90E949;
}
.TagClassName
{
border-color: #90E949;
}
</style>