Shades of Atlantis #90D550
Tints of Atlantis #90D550
RGB
CMYK
RGB Variations
Color information
#90D550 (or 0x90D550) is known color: Atlantis. HEX triplet: 90, D5 and 50. RGB value is (144,213,80). Sum of RGB (Red+Green+Blue) = 144+213+80=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #90D550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D550 is #6F2AAF. Grayscale: #B1B1B1. Windows color (decimal): -7285424 or 5297552. OLE color: 5297552.
HSL color Cylindrical-coordinate representation of color #90D550: hue angle of 91.13º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90D550 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 80 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.16 |
| HSL | 91.13º | 0.61% | 0.57% | - |
| HSV(B) | 91.13º | 0.62% | 0.84% | - |
| XYZ | 36.74 | 54.1 | 16.09 | - |
| YUV | 177.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 80 | 0.32 | 0 | 0.62 | 0.16 | 91.13 | 0.61 | 0.57 |
| Hex | 90 | D5 | 50 | 20 | 0 | 3E | 10 | 5B | 3D | 39 |
| Octal | 220 | 325 | 120 | 40 | 0 | 76 | 20 | 133 | 75 | 71 |
| Binary | 10010000 | 11010101 | 1010000 | 100000 | 0 | 111110 | 10000 | 1011011 | 111101 | 111001 |
Color Harmonies of #90D550
Complementary color
Monochromatic Colors of #90D550
Black with #90D550
Text Example
Text Example
White with #90D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D550; }
p { color: rgb(144,213,80); }
H1.HeaderClassName
{
color: #90D550;
}
.AnyTagClassName
{
color: #90D550;
}
</style>
background-color css
<style>
a { background-color: #90D550; }
a { background-color: rgb(144,213,80); }
div.DivClassName
{
background-color: #90D550;
}
.BgClassName
{
background-color: #90D550;
}
</style>
border-color css
<style>
span { border-color: #90D550; }
span { border-color: rgb(144,213,80); }
td.TdClassName
{
border-color: #90D550;
}
.TagClassName
{
border-color: #90D550;
}
</style>