Shades of Atlantis #90EB4A
Tints of Atlantis #90EB4A
RGB
CMYK
RGB Variations
Color information
#90EB4A (or 0x90EB4A) is known color: Atlantis. HEX triplet: 90, EB and 4A. RGB value is (144,235,74). Sum of RGB (Red+Green+Blue) = 144+235+74=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #90EB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EB4A is #6F14B5. Grayscale: #BDBDBD. Windows color (decimal): -7279798 or 4909968. OLE color: 4909968.
HSL color Cylindrical-coordinate representation of color #90EB4A: hue angle of 93.91º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90EB4A is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 74 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.08 |
| HSL | 93.91º | 0.8% | 0.61% | - |
| HSV(B) | 93.91º | 0.69% | 0.92% | - |
| XYZ | 42.45 | 65.84 | 16.95 | - |
| YUV | 189.44 | 62.85 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 74 | 0.39 | 0 | 0.69 | 0.08 | 93.91 | 0.8 | 0.61 |
| Hex | 90 | EB | 4A | 27 | 0 | 45 | 8 | 5E | 50 | 3D |
| Octal | 220 | 353 | 112 | 47 | 0 | 105 | 10 | 136 | 120 | 75 |
| Binary | 10010000 | 11101011 | 1001010 | 100111 | 0 | 1000101 | 1000 | 1011110 | 1010000 | 111101 |
Color Harmonies of #90EB4A
Complementary color
Monochromatic Colors of #90EB4A
Black with #90EB4A
Text Example
Text Example
White with #90EB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EB4A; }
p { color: rgb(144,235,74); }
H1.HeaderClassName
{
color: #90EB4A;
}
.AnyTagClassName
{
color: #90EB4A;
}
</style>
background-color css
<style>
a { background-color: #90EB4A; }
a { background-color: rgb(144,235,74); }
div.DivClassName
{
background-color: #90EB4A;
}
.BgClassName
{
background-color: #90EB4A;
}
</style>
border-color css
<style>
span { border-color: #90EB4A; }
span { border-color: rgb(144,235,74); }
td.TdClassName
{
border-color: #90EB4A;
}
.TagClassName
{
border-color: #90EB4A;
}
</style>