Shades of Atlantis #90EA36
Tints of Atlantis #90EA36
RGB
CMYK
RGB Variations
Color information
#90EA36 (or 0x90EA36) is known color: Atlantis. HEX triplet: 90, EA and 36. RGB value is (144,234,54). Sum of RGB (Red+Green+Blue) = 144+234+54=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 234 (91.80% from 255 or 54.17% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EA36 is #6F15C9. Grayscale: #BBBBBB. Windows color (decimal): -7280074 or 3598992. OLE color: 3598992.
HSL color Cylindrical-coordinate representation of color #90EA36: hue angle of 90º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90EA36 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 54 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.08 |
| HSL | 90º | 0.81% | 0.56% | - |
| HSV(B) | 90º | 0.77% | 0.92% | - |
| XYZ | 41.59 | 65.04 | 13.85 | - |
| YUV | 186.57 | 53.18 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 54 | 0.38 | 0 | 0.77 | 0.08 | 90 | 0.81 | 0.56 |
| Hex | 90 | EA | 36 | 26 | 0 | 4D | 8 | 5A | 51 | 38 |
| Octal | 220 | 352 | 66 | 46 | 0 | 115 | 10 | 132 | 121 | 70 |
| Binary | 10010000 | 11101010 | 110110 | 100110 | 0 | 1001101 | 1000 | 1011010 | 1010001 | 111000 |
Color Harmonies of #90EA36
Complementary color
Monochromatic Colors of #90EA36
Black with #90EA36
Text Example
Text Example
White with #90EA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EA36; }
p { color: rgb(144,234,54); }
H1.HeaderClassName
{
color: #90EA36;
}
.AnyTagClassName
{
color: #90EA36;
}
</style>
background-color css
<style>
a { background-color: #90EA36; }
a { background-color: rgb(144,234,54); }
div.DivClassName
{
background-color: #90EA36;
}
.BgClassName
{
background-color: #90EA36;
}
</style>
border-color css
<style>
span { border-color: #90EA36; }
span { border-color: rgb(144,234,54); }
td.TdClassName
{
border-color: #90EA36;
}
.TagClassName
{
border-color: #90EA36;
}
</style>