Shades of Atlantis #90E140
Tints of Atlantis #90E140
RGB
CMYK
RGB Variations
Color information
#90E140 (or 0x90E140) is known color: Atlantis. HEX triplet: 90, E1 and 40. RGB value is (144,225,64). Sum of RGB (Red+Green+Blue) = 144+225+64=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #90E140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E140 is #6F1EBF. Grayscale: #B6B6B6. Windows color (decimal): -7282368 or 4252048. OLE color: 4252048.
HSL color Cylindrical-coordinate representation of color #90E140: hue angle of 90.19º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90E140 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 225 | 64 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.12 |
| HSL | 90.19º | 0.73% | 0.57% | - |
| HSV(B) | 90.19º | 0.72% | 0.88% | - |
| XYZ | 39.35 | 60.15 | 14.39 | - |
| YUV | 182.43 | 61.16 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 225 | 64 | 0.36 | 0 | 0.72 | 0.12 | 90.19 | 0.73 | 0.57 |
| Hex | 90 | E1 | 40 | 24 | 0 | 48 | C | 5A | 49 | 39 |
| Octal | 220 | 341 | 100 | 44 | 0 | 110 | 14 | 132 | 111 | 71 |
| Binary | 10010000 | 11100001 | 1000000 | 100100 | 0 | 1001000 | 1100 | 1011010 | 1001001 | 111001 |
Color Harmonies of #90E140
Complementary color
Monochromatic Colors of #90E140
Black with #90E140
Text Example
Text Example
White with #90E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E140; }
p { color: rgb(144,225,64); }
H1.HeaderClassName
{
color: #90E140;
}
.AnyTagClassName
{
color: #90E140;
}
</style>
background-color css
<style>
a { background-color: #90E140; }
a { background-color: rgb(144,225,64); }
div.DivClassName
{
background-color: #90E140;
}
.BgClassName
{
background-color: #90E140;
}
</style>
border-color css
<style>
span { border-color: #90E140; }
span { border-color: rgb(144,225,64); }
td.TdClassName
{
border-color: #90E140;
}
.TagClassName
{
border-color: #90E140;
}
</style>