Shades of Atlantis #90E850
Tints of Atlantis #90E850
RGB
CMYK
RGB Variations
Color information
#90E850 (or 0x90E850) is known color: Atlantis. HEX triplet: 90, E8 and 50. RGB value is (144,232,80). Sum of RGB (Red+Green+Blue) = 144+232+80=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #90E850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90E850 is #6F17AF. Grayscale: #BCBCBC. Windows color (decimal): -7280560 or 5302416. OLE color: 5302416.
HSL color Cylindrical-coordinate representation of color #90E850: hue angle of 94.74º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90E850 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 80 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.09 |
| HSL | 94.74º | 0.77% | 0.61% | - |
| HSV(B) | 94.74º | 0.66% | 0.91% | - |
| XYZ | 41.81 | 64.22 | 17.78 | - |
| YUV | 188.36 | 66.85 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 80 | 0.38 | 0 | 0.66 | 0.09 | 94.74 | 0.77 | 0.61 |
| Hex | 90 | E8 | 50 | 26 | 0 | 42 | 9 | 5F | 4D | 3D |
| Octal | 220 | 350 | 120 | 46 | 0 | 102 | 11 | 137 | 115 | 75 |
| Binary | 10010000 | 11101000 | 1010000 | 100110 | 0 | 1000010 | 1001 | 1011111 | 1001101 | 111101 |
Color Harmonies of #90E850
Complementary color
Monochromatic Colors of #90E850
Black with #90E850
Text Example
Text Example
White with #90E850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E850; }
p { color: rgb(144,232,80); }
H1.HeaderClassName
{
color: #90E850;
}
.AnyTagClassName
{
color: #90E850;
}
</style>
background-color css
<style>
a { background-color: #90E850; }
a { background-color: rgb(144,232,80); }
div.DivClassName
{
background-color: #90E850;
}
.BgClassName
{
background-color: #90E850;
}
</style>
border-color css
<style>
span { border-color: #90E850; }
span { border-color: rgb(144,232,80); }
td.TdClassName
{
border-color: #90E850;
}
.TagClassName
{
border-color: #90E850;
}
</style>