Shades of Atlantis #90E048
Tints of Atlantis #90E048
RGB
CMYK
RGB Variations
Color information
#90E048 (or 0x90E048) is known color: Atlantis. HEX triplet: 90, E0 and 48. RGB value is (144,224,72). Sum of RGB (Red+Green+Blue) = 144+224+72=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #90E048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E048 is #6F1FB7. Grayscale: #B7B7B7. Windows color (decimal): -7282616 or 4776080. OLE color: 4776080.
HSL color Cylindrical-coordinate representation of color #90E048: hue angle of 91.58º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90E048 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 72 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.12 |
| HSL | 91.58º | 0.71% | 0.58% | - |
| HSV(B) | 91.58º | 0.68% | 0.88% | - |
| XYZ | 39.33 | 59.71 | 15.58 | - |
| YUV | 182.75 | 65.5 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 72 | 0.36 | 0 | 0.68 | 0.12 | 91.58 | 0.71 | 0.58 |
| Hex | 90 | E0 | 48 | 24 | 0 | 44 | C | 5C | 47 | 3A |
| Octal | 220 | 340 | 110 | 44 | 0 | 104 | 14 | 134 | 107 | 72 |
| Binary | 10010000 | 11100000 | 1001000 | 100100 | 0 | 1000100 | 1100 | 1011100 | 1000111 | 111010 |
Color Harmonies of #90E048
Complementary color
Monochromatic Colors of #90E048
Black with #90E048
Text Example
Text Example
White with #90E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E048; }
p { color: rgb(144,224,72); }
H1.HeaderClassName
{
color: #90E048;
}
.AnyTagClassName
{
color: #90E048;
}
</style>
background-color css
<style>
a { background-color: #90E048; }
a { background-color: rgb(144,224,72); }
div.DivClassName
{
background-color: #90E048;
}
.BgClassName
{
background-color: #90E048;
}
</style>
border-color css
<style>
span { border-color: #90E048; }
span { border-color: rgb(144,224,72); }
td.TdClassName
{
border-color: #90E048;
}
.TagClassName
{
border-color: #90E048;
}
</style>