Shades of Atlantis #90E033
Tints of Atlantis #90E033
RGB
CMYK
RGB Variations
Color information
#90E033 (or 0x90E033) is known color: Atlantis. HEX triplet: 90, E0 and 33. RGB value is (144,224,51). Sum of RGB (Red+Green+Blue) = 144+224+51=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #90E033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E033 is #6F1FCC. Grayscale: #B4B4B4. Windows color (decimal): -7282637 or 3399824. OLE color: 3399824.
HSL color Cylindrical-coordinate representation of color #90E033: hue angle of 87.75º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90E033 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 51 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.12 |
| HSL | 87.75º | 0.74% | 0.54% | - |
| HSV(B) | 87.75º | 0.77% | 0.88% | - |
| XYZ | 38.75 | 59.48 | 12.57 | - |
| YUV | 180.36 | 55 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 51 | 0.36 | 0 | 0.77 | 0.12 | 87.75 | 0.74 | 0.54 |
| Hex | 90 | E0 | 33 | 24 | 0 | 4D | C | 58 | 4A | 36 |
| Octal | 220 | 340 | 63 | 44 | 0 | 115 | 14 | 130 | 112 | 66 |
| Binary | 10010000 | 11100000 | 110011 | 100100 | 0 | 1001101 | 1100 | 1011000 | 1001010 | 110110 |
Color Harmonies of #90E033
Complementary color
Monochromatic Colors of #90E033
Black with #90E033
Text Example
Text Example
White with #90E033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E033; }
p { color: rgb(144,224,51); }
H1.HeaderClassName
{
color: #90E033;
}
.AnyTagClassName
{
color: #90E033;
}
</style>
background-color css
<style>
a { background-color: #90E033; }
a { background-color: rgb(144,224,51); }
div.DivClassName
{
background-color: #90E033;
}
.BgClassName
{
background-color: #90E033;
}
</style>
border-color css
<style>
span { border-color: #90E033; }
span { border-color: rgb(144,224,51); }
td.TdClassName
{
border-color: #90E033;
}
.TagClassName
{
border-color: #90E033;
}
</style>