Shades of Atlantis #90DA4D
Tints of Atlantis #90DA4D
RGB
CMYK
RGB Variations
Color information
#90DA4D (or 0x90DA4D) is known color: Atlantis. HEX triplet: 90, DA and 4D. RGB value is (144,218,77). Sum of RGB (Red+Green+Blue) = 144+218+77=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DA4D is #6F25B2. Grayscale: #B4B4B4. Windows color (decimal): -7284147 or 5102224. OLE color: 5102224.
HSL color Cylindrical-coordinate representation of color #90DA4D: hue angle of 91.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90DA4D is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 77 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.15 |
| HSL | 91.49º | 0.66% | 0.58% | - |
| HSV(B) | 91.49º | 0.65% | 0.85% | - |
| XYZ | 37.91 | 56.61 | 15.95 | - |
| YUV | 179.8 | 69.98 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 77 | 0.34 | 0 | 0.65 | 0.15 | 91.49 | 0.66 | 0.58 |
| Hex | 90 | DA | 4D | 22 | 0 | 41 | F | 5B | 42 | 3A |
| Octal | 220 | 332 | 115 | 42 | 0 | 101 | 17 | 133 | 102 | 72 |
| Binary | 10010000 | 11011010 | 1001101 | 100010 | 0 | 1000001 | 1111 | 1011011 | 1000010 | 111010 |
Color Harmonies of #90DA4D
Complementary color
Monochromatic Colors of #90DA4D
Black with #90DA4D
Text Example
Text Example
White with #90DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA4D; }
p { color: rgb(144,218,77); }
H1.HeaderClassName
{
color: #90DA4D;
}
.AnyTagClassName
{
color: #90DA4D;
}
</style>
background-color css
<style>
a { background-color: #90DA4D; }
a { background-color: rgb(144,218,77); }
div.DivClassName
{
background-color: #90DA4D;
}
.BgClassName
{
background-color: #90DA4D;
}
</style>
border-color css
<style>
span { border-color: #90DA4D; }
span { border-color: rgb(144,218,77); }
td.TdClassName
{
border-color: #90DA4D;
}
.TagClassName
{
border-color: #90DA4D;
}
</style>