Shades of Atlantis #90DA50
Tints of Atlantis #90DA50
RGB
CMYK
RGB Variations
Color information
#90DA50 (or 0x90DA50) is known color: Atlantis. HEX triplet: 90, DA and 50. RGB value is (144,218,80). Sum of RGB (Red+Green+Blue) = 144+218+80=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DA50 is #6F25AF. Grayscale: #B4B4B4. Windows color (decimal): -7284144 or 5298832. OLE color: 5298832.
HSL color Cylindrical-coordinate representation of color #90DA50: hue angle of 92.17º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90DA50 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 80 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.15 |
| HSL | 92.17º | 0.65% | 0.58% | - |
| HSV(B) | 92.17º | 0.63% | 0.85% | - |
| XYZ | 38.02 | 56.65 | 16.52 | - |
| YUV | 180.14 | 71.48 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 80 | 0.34 | 0 | 0.63 | 0.15 | 92.17 | 0.65 | 0.58 |
| Hex | 90 | DA | 50 | 22 | 0 | 3F | F | 5C | 41 | 3A |
| Octal | 220 | 332 | 120 | 42 | 0 | 77 | 17 | 134 | 101 | 72 |
| Binary | 10010000 | 11011010 | 1010000 | 100010 | 0 | 111111 | 1111 | 1011100 | 1000001 | 111010 |
Color Harmonies of #90DA50
Complementary color
Monochromatic Colors of #90DA50
Black with #90DA50
Text Example
Text Example
White with #90DA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA50; }
p { color: rgb(144,218,80); }
H1.HeaderClassName
{
color: #90DA50;
}
.AnyTagClassName
{
color: #90DA50;
}
</style>
background-color css
<style>
a { background-color: #90DA50; }
a { background-color: rgb(144,218,80); }
div.DivClassName
{
background-color: #90DA50;
}
.BgClassName
{
background-color: #90DA50;
}
</style>
border-color css
<style>
span { border-color: #90DA50; }
span { border-color: rgb(144,218,80); }
td.TdClassName
{
border-color: #90DA50;
}
.TagClassName
{
border-color: #90DA50;
}
</style>