Shades of Atlantis #90E231
Tints of Atlantis #90E231
RGB
CMYK
RGB Variations
Color information
#90E231 (or 0x90E231) is known color: Atlantis. HEX triplet: 90, E2 and 31. RGB value is (144,226,49). Sum of RGB (Red+Green+Blue) = 144+226+49=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #90E231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E231 is #6F1DCE. Grayscale: #B5B5B5. Windows color (decimal): -7282127 or 3269264. OLE color: 3269264.
HSL color Cylindrical-coordinate representation of color #90E231: hue angle of 87.8º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90E231 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 226 | 49 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.11 |
| HSL | 87.8º | 0.75% | 0.54% | - |
| HSV(B) | 87.8º | 0.78% | 0.89% | - |
| XYZ | 39.25 | 60.54 | 12.52 | - |
| YUV | 181.3 | 53.33 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 226 | 49 | 0.36 | 0 | 0.78 | 0.11 | 87.8 | 0.75 | 0.54 |
| Hex | 90 | E2 | 31 | 24 | 0 | 4E | B | 58 | 4B | 36 |
| Octal | 220 | 342 | 61 | 44 | 0 | 116 | 13 | 130 | 113 | 66 |
| Binary | 10010000 | 11100010 | 110001 | 100100 | 0 | 1001110 | 1011 | 1011000 | 1001011 | 110110 |
Color Harmonies of #90E231
Complementary color
Monochromatic Colors of #90E231
Black with #90E231
Text Example
Text Example
White with #90E231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E231; }
p { color: rgb(144,226,49); }
H1.HeaderClassName
{
color: #90E231;
}
.AnyTagClassName
{
color: #90E231;
}
</style>
background-color css
<style>
a { background-color: #90E231; }
a { background-color: rgb(144,226,49); }
div.DivClassName
{
background-color: #90E231;
}
.BgClassName
{
background-color: #90E231;
}
</style>
border-color css
<style>
span { border-color: #90E231; }
span { border-color: rgb(144,226,49); }
td.TdClassName
{
border-color: #90E231;
}
.TagClassName
{
border-color: #90E231;
}
</style>