Shades of Atlantis #90E446
Tints of Atlantis #90E446
RGB
CMYK
RGB Variations
Color information
#90E446 (or 0x90E446) is known color: Atlantis. HEX triplet: 90, E4 and 46. RGB value is (144,228,70). Sum of RGB (Red+Green+Blue) = 144+228+70=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #90E446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E446 is #6F1BB9. Grayscale: #B9B9B9. Windows color (decimal): -7281594 or 4646032. OLE color: 4646032.
HSL color Cylindrical-coordinate representation of color #90E446: hue angle of 91.9º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90E446 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 228 | 70 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.11 |
| HSL | 91.9º | 0.75% | 0.58% | - |
| HSV(B) | 91.9º | 0.69% | 0.89% | - |
| XYZ | 40.35 | 61.86 | 15.61 | - |
| YUV | 184.87 | 63.17 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 228 | 70 | 0.37 | 0 | 0.69 | 0.11 | 91.9 | 0.75 | 0.58 |
| Hex | 90 | E4 | 46 | 25 | 0 | 45 | B | 5C | 4B | 3A |
| Octal | 220 | 344 | 106 | 45 | 0 | 105 | 13 | 134 | 113 | 72 |
| Binary | 10010000 | 11100100 | 1000110 | 100101 | 0 | 1000101 | 1011 | 1011100 | 1001011 | 111010 |
Color Harmonies of #90E446
Complementary color
Monochromatic Colors of #90E446
Black with #90E446
Text Example
Text Example
White with #90E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E446; }
p { color: rgb(144,228,70); }
H1.HeaderClassName
{
color: #90E446;
}
.AnyTagClassName
{
color: #90E446;
}
</style>
background-color css
<style>
a { background-color: #90E446; }
a { background-color: rgb(144,228,70); }
div.DivClassName
{
background-color: #90E446;
}
.BgClassName
{
background-color: #90E446;
}
</style>
border-color css
<style>
span { border-color: #90E446; }
span { border-color: rgb(144,228,70); }
td.TdClassName
{
border-color: #90E446;
}
.TagClassName
{
border-color: #90E446;
}
</style>