Shades of Atlantis #90DA37
Tints of Atlantis #90DA37
RGB
CMYK
RGB Variations
Color information
#90DA37 (or 0x90DA37) is known color: Atlantis. HEX triplet: 90, DA and 37. RGB value is (144,218,55). Sum of RGB (Red+Green+Blue) = 144+218+55=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DA37 is #6F25C8. Grayscale: #B1B1B1. Windows color (decimal): -7284169 or 3660432. OLE color: 3660432.
HSL color Cylindrical-coordinate representation of color #90DA37: hue angle of 87.24º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90DA37 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 55 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.15 |
| HSL | 87.24º | 0.69% | 0.54% | - |
| HSV(B) | 87.24º | 0.75% | 0.85% | - |
| XYZ | 37.26 | 56.35 | 12.53 | - |
| YUV | 177.29 | 58.98 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 55 | 0.34 | 0 | 0.75 | 0.15 | 87.24 | 0.69 | 0.54 |
| Hex | 90 | DA | 37 | 22 | 0 | 4B | F | 57 | 45 | 36 |
| Octal | 220 | 332 | 67 | 42 | 0 | 113 | 17 | 127 | 105 | 66 |
| Binary | 10010000 | 11011010 | 110111 | 100010 | 0 | 1001011 | 1111 | 1010111 | 1000101 | 110110 |
Color Harmonies of #90DA37
Complementary color
Monochromatic Colors of #90DA37
Black with #90DA37
Text Example
Text Example
White with #90DA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA37; }
p { color: rgb(144,218,55); }
H1.HeaderClassName
{
color: #90DA37;
}
.AnyTagClassName
{
color: #90DA37;
}
</style>
background-color css
<style>
a { background-color: #90DA37; }
a { background-color: rgb(144,218,55); }
div.DivClassName
{
background-color: #90DA37;
}
.BgClassName
{
background-color: #90DA37;
}
</style>
border-color css
<style>
span { border-color: #90DA37; }
span { border-color: rgb(144,218,55); }
td.TdClassName
{
border-color: #90DA37;
}
.TagClassName
{
border-color: #90DA37;
}
</style>