Shades of Atlantis #90E438
Tints of Atlantis #90E438
RGB
CMYK
RGB Variations
Color information
#90E438 (or 0x90E438) is known color: Atlantis. HEX triplet: 90, E4 and 38. RGB value is (144,228,56). Sum of RGB (Red+Green+Blue) = 144+228+56=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 228 (89.45% from 255 or 53.27% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 228 - color contains mainly: green. Hex color #90E438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E438 is #6F1BC7. Grayscale: #B7B7B7. Windows color (decimal): -7281608 or 3728528. OLE color: 3728528.
HSL color Cylindrical-coordinate representation of color #90E438: hue angle of 89.3º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90E438 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 228 | 56 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.11 |
| HSL | 89.3º | 0.76% | 0.56% | - |
| HSV(B) | 89.3º | 0.75% | 0.89% | - |
| XYZ | 39.96 | 61.7 | 13.54 | - |
| YUV | 183.28 | 56.17 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 228 | 56 | 0.37 | 0 | 0.75 | 0.11 | 89.3 | 0.76 | 0.56 |
| Hex | 90 | E4 | 38 | 25 | 0 | 4B | B | 59 | 4C | 38 |
| Octal | 220 | 344 | 70 | 45 | 0 | 113 | 13 | 131 | 114 | 70 |
| Binary | 10010000 | 11100100 | 111000 | 100101 | 0 | 1001011 | 1011 | 1011001 | 1001100 | 111000 |
Color Harmonies of #90E438
Complementary color
Monochromatic Colors of #90E438
Black with #90E438
Text Example
Text Example
White with #90E438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E438; }
p { color: rgb(144,228,56); }
H1.HeaderClassName
{
color: #90E438;
}
.AnyTagClassName
{
color: #90E438;
}
</style>
background-color css
<style>
a { background-color: #90E438; }
a { background-color: rgb(144,228,56); }
div.DivClassName
{
background-color: #90E438;
}
.BgClassName
{
background-color: #90E438;
}
</style>
border-color css
<style>
span { border-color: #90E438; }
span { border-color: rgb(144,228,56); }
td.TdClassName
{
border-color: #90E438;
}
.TagClassName
{
border-color: #90E438;
}
</style>