Shades of Atlantis #90EA38
Tints of Atlantis #90EA38
RGB
CMYK
RGB Variations
Color information
#90EA38 (or 0x90EA38) is known color: Atlantis. HEX triplet: 90, EA and 38. RGB value is (144,234,56). Sum of RGB (Red+Green+Blue) = 144+234+56=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EA38 is #6F15C7. Grayscale: #BBBBBB. Windows color (decimal): -7280072 or 3730064. OLE color: 3730064.
HSL color Cylindrical-coordinate representation of color #90EA38: hue angle of 90.34º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90EA38 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 56 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.08 |
| HSL | 90.34º | 0.81% | 0.57% | - |
| HSV(B) | 90.34º | 0.76% | 0.92% | - |
| XYZ | 41.64 | 65.06 | 14.1 | - |
| YUV | 186.8 | 54.18 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 56 | 0.38 | 0 | 0.76 | 0.08 | 90.34 | 0.81 | 0.57 |
| Hex | 90 | EA | 38 | 26 | 0 | 4C | 8 | 5A | 51 | 39 |
| Octal | 220 | 352 | 70 | 46 | 0 | 114 | 10 | 132 | 121 | 71 |
| Binary | 10010000 | 11101010 | 111000 | 100110 | 0 | 1001100 | 1000 | 1011010 | 1010001 | 111001 |
Color Harmonies of #90EA38
Complementary color
Monochromatic Colors of #90EA38
Black with #90EA38
Text Example
Text Example
White with #90EA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EA38; }
p { color: rgb(144,234,56); }
H1.HeaderClassName
{
color: #90EA38;
}
.AnyTagClassName
{
color: #90EA38;
}
</style>
background-color css
<style>
a { background-color: #90EA38; }
a { background-color: rgb(144,234,56); }
div.DivClassName
{
background-color: #90EA38;
}
.BgClassName
{
background-color: #90EA38;
}
</style>
border-color css
<style>
span { border-color: #90EA38; }
span { border-color: rgb(144,234,56); }
td.TdClassName
{
border-color: #90EA38;
}
.TagClassName
{
border-color: #90EA38;
}
</style>