Shades of Atlantis #90D84E
Tints of Atlantis #90D84E
RGB
CMYK
RGB Variations
Color information
#90D84E (or 0x90D84E) is known color: Atlantis. HEX triplet: 90, D8 and 4E. RGB value is (144,216,78). Sum of RGB (Red+Green+Blue) = 144+216+78=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #90D84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D84E is #6F27B1. Grayscale: #B3B3B3. Windows color (decimal): -7284658 or 5167248. OLE color: 5167248.
HSL color Cylindrical-coordinate representation of color #90D84E: hue angle of 91.3º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90D84E is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 78 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.15 |
| HSL | 91.3º | 0.64% | 0.58% | - |
| HSV(B) | 91.3º | 0.64% | 0.85% | - |
| XYZ | 37.43 | 55.59 | 15.96 | - |
| YUV | 178.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 78 | 0.33 | 0 | 0.64 | 0.15 | 91.3 | 0.64 | 0.58 |
| Hex | 90 | D8 | 4E | 21 | 0 | 40 | F | 5B | 40 | 3A |
| Octal | 220 | 330 | 116 | 41 | 0 | 100 | 17 | 133 | 100 | 72 |
| Binary | 10010000 | 11011000 | 1001110 | 100001 | 0 | 1000000 | 1111 | 1011011 | 1000000 | 111010 |
Color Harmonies of #90D84E
Complementary color
Monochromatic Colors of #90D84E
Black with #90D84E
Text Example
Text Example
White with #90D84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D84E; }
p { color: rgb(144,216,78); }
H1.HeaderClassName
{
color: #90D84E;
}
.AnyTagClassName
{
color: #90D84E;
}
</style>
background-color css
<style>
a { background-color: #90D84E; }
a { background-color: rgb(144,216,78); }
div.DivClassName
{
background-color: #90D84E;
}
.BgClassName
{
background-color: #90D84E;
}
</style>
border-color css
<style>
span { border-color: #90D84E; }
span { border-color: rgb(144,216,78); }
td.TdClassName
{
border-color: #90D84E;
}
.TagClassName
{
border-color: #90D84E;
}
</style>