Shades of Atlantis #90E034
Tints of Atlantis #90E034
RGB
CMYK
RGB Variations
Color information
#90E034 (or 0x90E034) is known color: Atlantis. HEX triplet: 90, E0 and 34. RGB value is (144,224,52). Sum of RGB (Red+Green+Blue) = 144+224+52=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #90E034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E034 is #6F1FCB. Grayscale: #B5B5B5. Windows color (decimal): -7282636 or 3465360. OLE color: 3465360.
HSL color Cylindrical-coordinate representation of color #90E034: hue angle of 87.91º 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 #90E034 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 52 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.12 |
| HSL | 87.91º | 0.74% | 0.54% | - |
| HSV(B) | 87.91º | 0.77% | 0.88% | - |
| XYZ | 38.78 | 59.49 | 12.69 | - |
| YUV | 180.47 | 55.5 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 52 | 0.36 | 0 | 0.77 | 0.12 | 87.91 | 0.74 | 0.54 |
| Hex | 90 | E0 | 34 | 24 | 0 | 4D | C | 58 | 4A | 36 |
| Octal | 220 | 340 | 64 | 44 | 0 | 115 | 14 | 130 | 112 | 66 |
| Binary | 10010000 | 11100000 | 110100 | 100100 | 0 | 1001101 | 1100 | 1011000 | 1001010 | 110110 |
Color Harmonies of #90E034
Complementary color
Monochromatic Colors of #90E034
Black with #90E034
Text Example
Text Example
White with #90E034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E034; }
p { color: rgb(144,224,52); }
H1.HeaderClassName
{
color: #90E034;
}
.AnyTagClassName
{
color: #90E034;
}
</style>
background-color css
<style>
a { background-color: #90E034; }
a { background-color: rgb(144,224,52); }
div.DivClassName
{
background-color: #90E034;
}
.BgClassName
{
background-color: #90E034;
}
</style>
border-color css
<style>
span { border-color: #90E034; }
span { border-color: rgb(144,224,52); }
td.TdClassName
{
border-color: #90E034;
}
.TagClassName
{
border-color: #90E034;
}
</style>