Shades of Atlantis #90E848
Tints of Atlantis #90E848
RGB
CMYK
RGB Variations
Color information
#90E848 (or 0x90E848) is known color: Atlantis. HEX triplet: 90, E8 and 48. RGB value is (144,232,72). Sum of RGB (Red+Green+Blue) = 144+232+72=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 232 (91.02% from 255 or 51.79% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 232 - color contains mainly: green. Hex color #90E848 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90E848 is #6F17B7. Grayscale: #BBBBBB. Windows color (decimal): -7280568 or 4778128. OLE color: 4778128.
HSL color Cylindrical-coordinate representation of color #90E848: hue angle of 93º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90E848 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 72 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.09 |
| HSL | 93º | 0.78% | 0.6% | - |
| HSV(B) | 93º | 0.69% | 0.91% | - |
| XYZ | 41.53 | 64.11 | 16.32 | - |
| YUV | 187.45 | 62.85 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 72 | 0.38 | 0 | 0.69 | 0.09 | 93 | 0.78 | 0.6 |
| Hex | 90 | E8 | 48 | 26 | 0 | 45 | 9 | 5D | 4E | 3C |
| Octal | 220 | 350 | 110 | 46 | 0 | 105 | 11 | 135 | 116 | 74 |
| Binary | 10010000 | 11101000 | 1001000 | 100110 | 0 | 1000101 | 1001 | 1011101 | 1001110 | 111100 |
Color Harmonies of #90E848
Complementary color
Monochromatic Colors of #90E848
Black with #90E848
Text Example
Text Example
White with #90E848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E848; }
p { color: rgb(144,232,72); }
H1.HeaderClassName
{
color: #90E848;
}
.AnyTagClassName
{
color: #90E848;
}
</style>
background-color css
<style>
a { background-color: #90E848; }
a { background-color: rgb(144,232,72); }
div.DivClassName
{
background-color: #90E848;
}
.BgClassName
{
background-color: #90E848;
}
</style>
border-color css
<style>
span { border-color: #90E848; }
span { border-color: rgb(144,232,72); }
td.TdClassName
{
border-color: #90E848;
}
.TagClassName
{
border-color: #90E848;
}
</style>