Shades of Atlantis #90E14D
Tints of Atlantis #90E14D
RGB
CMYK
RGB Variations
Color information
#90E14D (or 0x90E14D) is known color: Atlantis. HEX triplet: 90, E1 and 4D. RGB value is (144,225,77). Sum of RGB (Red+Green+Blue) = 144+225+77=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #90E14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E14D is #6F1EB2. Grayscale: #B8B8B8. Windows color (decimal): -7282355 or 5104016. OLE color: 5104016.
HSL color Cylindrical-coordinate representation of color #90E14D: hue angle of 92.84º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90E14D is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 225 | 77 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.12 |
| HSL | 92.84º | 0.71% | 0.59% | - |
| HSV(B) | 92.84º | 0.66% | 0.88% | - |
| XYZ | 39.77 | 60.32 | 16.57 | - |
| YUV | 183.91 | 67.66 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 225 | 77 | 0.36 | 0 | 0.66 | 0.12 | 92.84 | 0.71 | 0.59 |
| Hex | 90 | E1 | 4D | 24 | 0 | 42 | C | 5D | 47 | 3B |
| Octal | 220 | 341 | 115 | 44 | 0 | 102 | 14 | 135 | 107 | 73 |
| Binary | 10010000 | 11100001 | 1001101 | 100100 | 0 | 1000010 | 1100 | 1011101 | 1000111 | 111011 |
Color Harmonies of #90E14D
Complementary color
Monochromatic Colors of #90E14D
Black with #90E14D
Text Example
Text Example
White with #90E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E14D; }
p { color: rgb(144,225,77); }
H1.HeaderClassName
{
color: #90E14D;
}
.AnyTagClassName
{
color: #90E14D;
}
</style>
background-color css
<style>
a { background-color: #90E14D; }
a { background-color: rgb(144,225,77); }
div.DivClassName
{
background-color: #90E14D;
}
.BgClassName
{
background-color: #90E14D;
}
</style>
border-color css
<style>
span { border-color: #90E14D; }
span { border-color: rgb(144,225,77); }
td.TdClassName
{
border-color: #90E14D;
}
.TagClassName
{
border-color: #90E14D;
}
</style>