Shades of Atlantis #90E950
Tints of Atlantis #90E950
RGB
CMYK
RGB Variations
Color information
#90E950 (or 0x90E950) is known color: Atlantis. HEX triplet: 90, E9 and 50. RGB value is (144,233,80). Sum of RGB (Red+Green+Blue) = 144+233+80=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #90E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90E950 is #6F16AF. Grayscale: #BDBDBD. Windows color (decimal): -7280304 or 5302672. OLE color: 5302672.
HSL color Cylindrical-coordinate representation of color #90E950: hue angle of 94.9º degrees, saturation: 0.78, 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 #90E950 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 80 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.09 |
| HSL | 94.9º | 0.78% | 0.61% | - |
| HSV(B) | 94.9º | 0.66% | 0.91% | - |
| XYZ | 42.09 | 64.79 | 17.88 | - |
| YUV | 188.95 | 66.51 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 80 | 0.38 | 0 | 0.66 | 0.09 | 94.9 | 0.78 | 0.61 |
| Hex | 90 | E9 | 50 | 26 | 0 | 42 | 9 | 5F | 4E | 3D |
| Octal | 220 | 351 | 120 | 46 | 0 | 102 | 11 | 137 | 116 | 75 |
| Binary | 10010000 | 11101001 | 1010000 | 100110 | 0 | 1000010 | 1001 | 1011111 | 1001110 | 111101 |
Color Harmonies of #90E950
Complementary color
Monochromatic Colors of #90E950
Black with #90E950
Text Example
Text Example
White with #90E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E950; }
p { color: rgb(144,233,80); }
H1.HeaderClassName
{
color: #90E950;
}
.AnyTagClassName
{
color: #90E950;
}
</style>
background-color css
<style>
a { background-color: #90E950; }
a { background-color: rgb(144,233,80); }
div.DivClassName
{
background-color: #90E950;
}
.BgClassName
{
background-color: #90E950;
}
</style>
border-color css
<style>
span { border-color: #90E950; }
span { border-color: rgb(144,233,80); }
td.TdClassName
{
border-color: #90E950;
}
.TagClassName
{
border-color: #90E950;
}
</style>