Shades of Atlantis #90EA4A
Tints of Atlantis #90EA4A
RGB
CMYK
RGB Variations
Color information
#90EA4A (or 0x90EA4A) is known color: Atlantis. HEX triplet: 90, EA and 4A. RGB value is (144,234,74). Sum of RGB (Red+Green+Blue) = 144+234+74=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EA4A is #6F15B5. Grayscale: #BDBDBD. Windows color (decimal): -7280054 or 4909712. OLE color: 4909712.
HSL color Cylindrical-coordinate representation of color #90EA4A: hue angle of 93.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90EA4A is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 74 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.08 |
| HSL | 93.75º | 0.79% | 0.6% | - |
| HSV(B) | 93.75º | 0.68% | 0.92% | - |
| XYZ | 42.16 | 65.27 | 16.85 | - |
| YUV | 188.85 | 63.18 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 74 | 0.38 | 0 | 0.68 | 0.08 | 93.75 | 0.79 | 0.6 |
| Hex | 90 | EA | 4A | 26 | 0 | 44 | 8 | 5E | 4F | 3C |
| Octal | 220 | 352 | 112 | 46 | 0 | 104 | 10 | 136 | 117 | 74 |
| Binary | 10010000 | 11101010 | 1001010 | 100110 | 0 | 1000100 | 1000 | 1011110 | 1001111 | 111100 |
Color Harmonies of #90EA4A
Complementary color
Monochromatic Colors of #90EA4A
Black with #90EA4A
Text Example
Text Example
White with #90EA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EA4A; }
p { color: rgb(144,234,74); }
H1.HeaderClassName
{
color: #90EA4A;
}
.AnyTagClassName
{
color: #90EA4A;
}
</style>
background-color css
<style>
a { background-color: #90EA4A; }
a { background-color: rgb(144,234,74); }
div.DivClassName
{
background-color: #90EA4A;
}
.BgClassName
{
background-color: #90EA4A;
}
</style>
border-color css
<style>
span { border-color: #90EA4A; }
span { border-color: rgb(144,234,74); }
td.TdClassName
{
border-color: #90EA4A;
}
.TagClassName
{
border-color: #90EA4A;
}
</style>