Shades of Atlantis #90E432
Tints of Atlantis #90E432
RGB
CMYK
RGB Variations
Color information
#90E432 (or 0x90E432) is known color: Atlantis. HEX triplet: 90, E4 and 32. RGB value is (144,228,50). Sum of RGB (Red+Green+Blue) = 144+228+50=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #90E432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E432 is #6F1BCD. Grayscale: #B7B7B7. Windows color (decimal): -7281614 or 3335312. OLE color: 3335312.
HSL color Cylindrical-coordinate representation of color #90E432: hue angle of 88.31º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90E432 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 228 | 50 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.11 |
| HSL | 88.31º | 0.77% | 0.55% | - |
| HSV(B) | 88.31º | 0.78% | 0.89% | - |
| XYZ | 39.82 | 61.65 | 12.82 | - |
| YUV | 182.59 | 53.17 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 228 | 50 | 0.37 | 0 | 0.78 | 0.11 | 88.31 | 0.77 | 0.55 |
| Hex | 90 | E4 | 32 | 25 | 0 | 4E | B | 58 | 4D | 37 |
| Octal | 220 | 344 | 62 | 45 | 0 | 116 | 13 | 130 | 115 | 67 |
| Binary | 10010000 | 11100100 | 110010 | 100101 | 0 | 1001110 | 1011 | 1011000 | 1001101 | 110111 |
Color Harmonies of #90E432
Complementary color
Monochromatic Colors of #90E432
Black with #90E432
Text Example
Text Example
White with #90E432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E432; }
p { color: rgb(144,228,50); }
H1.HeaderClassName
{
color: #90E432;
}
.AnyTagClassName
{
color: #90E432;
}
</style>
background-color css
<style>
a { background-color: #90E432; }
a { background-color: rgb(144,228,50); }
div.DivClassName
{
background-color: #90E432;
}
.BgClassName
{
background-color: #90E432;
}
</style>
border-color css
<style>
span { border-color: #90E432; }
span { border-color: rgb(144,228,50); }
td.TdClassName
{
border-color: #90E432;
}
.TagClassName
{
border-color: #90E432;
}
</style>