Shades of Atlantis #90D54E
Tints of Atlantis #90D54E
RGB
CMYK
RGB Variations
Color information
#90D54E (or 0x90D54E) is known color: Atlantis. HEX triplet: 90, D5 and 4E. RGB value is (144,213,78). Sum of RGB (Red+Green+Blue) = 144+213+78=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #90D54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D54E is #6F2AB1. Grayscale: #B1B1B1. Windows color (decimal): -7285426 or 5166480. OLE color: 5166480.
HSL color Cylindrical-coordinate representation of color #90D54E: hue angle of 90.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90D54E is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 78 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.16 |
| HSL | 90.67º | 0.62% | 0.57% | - |
| HSV(B) | 90.67º | 0.63% | 0.84% | - |
| XYZ | 36.67 | 54.07 | 15.71 | - |
| YUV | 176.98 | 72.14 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 78 | 0.32 | 0 | 0.63 | 0.16 | 90.67 | 0.62 | 0.57 |
| Hex | 90 | D5 | 4E | 20 | 0 | 3F | 10 | 5B | 3E | 39 |
| Octal | 220 | 325 | 116 | 40 | 0 | 77 | 20 | 133 | 76 | 71 |
| Binary | 10010000 | 11010101 | 1001110 | 100000 | 0 | 111111 | 10000 | 1011011 | 111110 | 111001 |
Color Harmonies of #90D54E
Complementary color
Monochromatic Colors of #90D54E
Black with #90D54E
Text Example
Text Example
White with #90D54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D54E; }
p { color: rgb(144,213,78); }
H1.HeaderClassName
{
color: #90D54E;
}
.AnyTagClassName
{
color: #90D54E;
}
</style>
background-color css
<style>
a { background-color: #90D54E; }
a { background-color: rgb(144,213,78); }
div.DivClassName
{
background-color: #90D54E;
}
.BgClassName
{
background-color: #90D54E;
}
</style>
border-color css
<style>
span { border-color: #90D54E; }
span { border-color: rgb(144,213,78); }
td.TdClassName
{
border-color: #90D54E;
}
.TagClassName
{
border-color: #90D54E;
}
</style>