Shades of Atlantis #90EA50
Tints of Atlantis #90EA50
RGB
CMYK
RGB Variations
Color information
#90EA50 (or 0x90EA50) is known color: Atlantis. HEX triplet: 90, EA and 50. RGB value is (144,234,80). Sum of RGB (Red+Green+Blue) = 144+234+80=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EA50 is #6F15AF. Grayscale: #BEBEBE. Windows color (decimal): -7280048 or 5302928. OLE color: 5302928.
HSL color Cylindrical-coordinate representation of color #90EA50: hue angle of 95.06º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90EA50 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 80 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.08 |
| HSL | 95.06º | 0.79% | 0.62% | - |
| HSV(B) | 95.06º | 0.66% | 0.92% | - |
| XYZ | 42.37 | 65.35 | 17.97 | - |
| YUV | 189.53 | 66.18 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 80 | 0.38 | 0 | 0.66 | 0.08 | 95.06 | 0.79 | 0.62 |
| Hex | 90 | EA | 50 | 26 | 0 | 42 | 8 | 5F | 4F | 3E |
| Octal | 220 | 352 | 120 | 46 | 0 | 102 | 10 | 137 | 117 | 76 |
| Binary | 10010000 | 11101010 | 1010000 | 100110 | 0 | 1000010 | 1000 | 1011111 | 1001111 | 111110 |
Color Harmonies of #90EA50
Complementary color
Monochromatic Colors of #90EA50
Black with #90EA50
Text Example
Text Example
White with #90EA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EA50; }
p { color: rgb(144,234,80); }
H1.HeaderClassName
{
color: #90EA50;
}
.AnyTagClassName
{
color: #90EA50;
}
</style>
background-color css
<style>
a { background-color: #90EA50; }
a { background-color: rgb(144,234,80); }
div.DivClassName
{
background-color: #90EA50;
}
.BgClassName
{
background-color: #90EA50;
}
</style>
border-color css
<style>
span { border-color: #90EA50; }
span { border-color: rgb(144,234,80); }
td.TdClassName
{
border-color: #90EA50;
}
.TagClassName
{
border-color: #90EA50;
}
</style>