Shades of Atlantis #90EA47
Tints of Atlantis #90EA47
RGB
CMYK
RGB Variations
Color information
#90EA47 (or 0x90EA47) is known color: Atlantis. HEX triplet: 90, EA and 47. RGB value is (144,234,71). Sum of RGB (Red+Green+Blue) = 144+234+71=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EA47 is #6F15B8. Grayscale: #BDBDBD. Windows color (decimal): -7280057 or 4713104. OLE color: 4713104.
HSL color Cylindrical-coordinate representation of color #90EA47: hue angle of 93.13º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90EA47 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 71 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.08 |
| HSL | 93.13º | 0.8% | 0.6% | - |
| HSV(B) | 93.13º | 0.7% | 0.92% | - |
| XYZ | 42.06 | 65.23 | 16.33 | - |
| YUV | 188.51 | 61.68 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 71 | 0.38 | 0 | 0.70 | 0.08 | 93.13 | 0.8 | 0.6 |
| Hex | 90 | EA | 47 | 26 | 0 | 46 | 8 | 5D | 50 | 3C |
| Octal | 220 | 352 | 107 | 46 | 0 | 106 | 10 | 135 | 120 | 74 |
| Binary | 10010000 | 11101010 | 1000111 | 100110 | 0 | 1000110 | 1000 | 1011101 | 1010000 | 111100 |
Color Harmonies of #90EA47
Complementary color
Monochromatic Colors of #90EA47
Black with #90EA47
Text Example
Text Example
White with #90EA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EA47; }
p { color: rgb(144,234,71); }
H1.HeaderClassName
{
color: #90EA47;
}
.AnyTagClassName
{
color: #90EA47;
}
</style>
background-color css
<style>
a { background-color: #90EA47; }
a { background-color: rgb(144,234,71); }
div.DivClassName
{
background-color: #90EA47;
}
.BgClassName
{
background-color: #90EA47;
}
</style>
border-color css
<style>
span { border-color: #90EA47; }
span { border-color: rgb(144,234,71); }
td.TdClassName
{
border-color: #90EA47;
}
.TagClassName
{
border-color: #90EA47;
}
</style>