Shades of Atlantis #90E348
Tints of Atlantis #90E348
RGB
CMYK
RGB Variations
Color information
#90E348 (or 0x90E348) is known color: Atlantis. HEX triplet: 90, E3 and 48. RGB value is (144,227,72). Sum of RGB (Red+Green+Blue) = 144+227+72=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #90E348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E348 is #6F1CB7. Grayscale: #B9B9B9. Windows color (decimal): -7281848 or 4776848. OLE color: 4776848.
HSL color Cylindrical-coordinate representation of color #90E348: hue angle of 92.13º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90E348 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 227 | 72 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.11 |
| HSL | 92.13º | 0.73% | 0.59% | - |
| HSV(B) | 92.13º | 0.68% | 0.89% | - |
| XYZ | 40.14 | 61.34 | 15.85 | - |
| YUV | 184.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 227 | 72 | 0.37 | 0 | 0.68 | 0.11 | 92.13 | 0.73 | 0.59 |
| Hex | 90 | E3 | 48 | 25 | 0 | 44 | B | 5C | 49 | 3B |
| Octal | 220 | 343 | 110 | 45 | 0 | 104 | 13 | 134 | 111 | 73 |
| Binary | 10010000 | 11100011 | 1001000 | 100101 | 0 | 1000100 | 1011 | 1011100 | 1001001 | 111011 |
Color Harmonies of #90E348
Complementary color
Monochromatic Colors of #90E348
Black with #90E348
Text Example
Text Example
White with #90E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E348; }
p { color: rgb(144,227,72); }
H1.HeaderClassName
{
color: #90E348;
}
.AnyTagClassName
{
color: #90E348;
}
</style>
background-color css
<style>
a { background-color: #90E348; }
a { background-color: rgb(144,227,72); }
div.DivClassName
{
background-color: #90E348;
}
.BgClassName
{
background-color: #90E348;
}
</style>
border-color css
<style>
span { border-color: #90E348; }
span { border-color: rgb(144,227,72); }
td.TdClassName
{
border-color: #90E348;
}
.TagClassName
{
border-color: #90E348;
}
</style>