Shades of Atlantis #90C54E
Tints of Atlantis #90C54E
RGB
CMYK
RGB Variations
Color information
#90C54E (or 0x90C54E) is known color: Atlantis. HEX triplet: 90, C5 and 4E. RGB value is (144,197,78). Sum of RGB (Red+Green+Blue) = 144+197+78=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #90C54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C54E is #6F3AB1. Grayscale: #A8A8A8. Windows color (decimal): -7289522 or 5162384. OLE color: 5162384.
HSL color Cylindrical-coordinate representation of color #90C54E: hue angle of 86.72º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90C54E is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 78 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.23 |
| HSL | 86.72º | 0.51% | 0.54% | - |
| HSV(B) | 86.72º | 0.6% | 0.77% | - |
| XYZ | 32.84 | 46.41 | 14.44 | - |
| YUV | 167.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 78 | 0.27 | 0 | 0.60 | 0.23 | 86.72 | 0.51 | 0.54 |
| Hex | 90 | C5 | 4E | 1B | 0 | 3C | 17 | 57 | 33 | 36 |
| Octal | 220 | 305 | 116 | 33 | 0 | 74 | 27 | 127 | 63 | 66 |
| Binary | 10010000 | 11000101 | 1001110 | 11011 | 0 | 111100 | 10111 | 1010111 | 110011 | 110110 |
Color Harmonies of #90C54E
Complementary color
Monochromatic Colors of #90C54E
Black with #90C54E
Text Example
Text Example
White with #90C54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C54E; }
p { color: rgb(144,197,78); }
H1.HeaderClassName
{
color: #90C54E;
}
.AnyTagClassName
{
color: #90C54E;
}
</style>
background-color css
<style>
a { background-color: #90C54E; }
a { background-color: rgb(144,197,78); }
div.DivClassName
{
background-color: #90C54E;
}
.BgClassName
{
background-color: #90C54E;
}
</style>
border-color css
<style>
span { border-color: #90C54E; }
span { border-color: rgb(144,197,78); }
td.TdClassName
{
border-color: #90C54E;
}
.TagClassName
{
border-color: #90C54E;
}
</style>