Shades of Atlantis #90E552
Tints of Atlantis #90E552
RGB
CMYK
RGB Variations
Color information
#90E552 (or 0x90E552) is known color: Atlantis. HEX triplet: 90, E5 and 52. RGB value is (144,229,82). Sum of RGB (Red+Green+Blue) = 144+229+82=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #90E552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E552 is #6F1AAD. Grayscale: #BBBBBB. Windows color (decimal): -7281326 or 5432720. OLE color: 5432720.
HSL color Cylindrical-coordinate representation of color #90E552: hue angle of 94.69º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90E552 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 82 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.10 |
| HSL | 94.69º | 0.74% | 0.61% | - |
| HSV(B) | 94.69º | 0.64% | 0.9% | - |
| XYZ | 41.04 | 62.58 | 17.9 | - |
| YUV | 186.83 | 68.84 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 82 | 0.37 | 0 | 0.64 | 0.10 | 94.69 | 0.74 | 0.61 |
| Hex | 90 | E5 | 52 | 25 | 0 | 40 | A | 5F | 4A | 3D |
| Octal | 220 | 345 | 122 | 45 | 0 | 100 | 12 | 137 | 112 | 75 |
| Binary | 10010000 | 11100101 | 1010010 | 100101 | 0 | 1000000 | 1010 | 1011111 | 1001010 | 111101 |
Color Harmonies of #90E552
Complementary color
Monochromatic Colors of #90E552
Black with #90E552
Text Example
Text Example
White with #90E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E552; }
p { color: rgb(144,229,82); }
H1.HeaderClassName
{
color: #90E552;
}
.AnyTagClassName
{
color: #90E552;
}
</style>
background-color css
<style>
a { background-color: #90E552; }
a { background-color: rgb(144,229,82); }
div.DivClassName
{
background-color: #90E552;
}
.BgClassName
{
background-color: #90E552;
}
</style>
border-color css
<style>
span { border-color: #90E552; }
span { border-color: rgb(144,229,82); }
td.TdClassName
{
border-color: #90E552;
}
.TagClassName
{
border-color: #90E552;
}
</style>