Shades of Atlantis #90E544
Tints of Atlantis #90E544
RGB
CMYK
RGB Variations
Color information
#90E544 (or 0x90E544) is known color: Atlantis. HEX triplet: 90, E5 and 44. RGB value is (144,229,68). Sum of RGB (Red+Green+Blue) = 144+229+68=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #90E544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E544 is #6F1ABB. Grayscale: #B9B9B9. Windows color (decimal): -7281340 or 4515216. OLE color: 4515216.
HSL color Cylindrical-coordinate representation of color #90E544: hue angle of 91.68º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90E544 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 68 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.10 |
| HSL | 91.68º | 0.76% | 0.58% | - |
| HSV(B) | 91.68º | 0.7% | 0.9% | - |
| XYZ | 40.56 | 62.39 | 15.37 | - |
| YUV | 185.23 | 61.84 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 68 | 0.37 | 0 | 0.70 | 0.10 | 91.68 | 0.76 | 0.58 |
| Hex | 90 | E5 | 44 | 25 | 0 | 46 | A | 5C | 4C | 3A |
| Octal | 220 | 345 | 104 | 45 | 0 | 106 | 12 | 134 | 114 | 72 |
| Binary | 10010000 | 11100101 | 1000100 | 100101 | 0 | 1000110 | 1010 | 1011100 | 1001100 | 111010 |
Color Harmonies of #90E544
Complementary color
Monochromatic Colors of #90E544
Black with #90E544
Text Example
Text Example
White with #90E544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E544; }
p { color: rgb(144,229,68); }
H1.HeaderClassName
{
color: #90E544;
}
.AnyTagClassName
{
color: #90E544;
}
</style>
background-color css
<style>
a { background-color: #90E544; }
a { background-color: rgb(144,229,68); }
div.DivClassName
{
background-color: #90E544;
}
.BgClassName
{
background-color: #90E544;
}
</style>
border-color css
<style>
span { border-color: #90E544; }
span { border-color: rgb(144,229,68); }
td.TdClassName
{
border-color: #90E544;
}
.TagClassName
{
border-color: #90E544;
}
</style>