Shades of Atlantis #90E632
Tints of Atlantis #90E632
RGB
CMYK
RGB Variations
Color information
#90E632 (or 0x90E632) is known color: Atlantis. HEX triplet: 90, E6 and 32. RGB value is (144,230,50). Sum of RGB (Red+Green+Blue) = 144+230+50=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 230 (90.23% from 255 or 54.25% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 230 - color contains mainly: green. Hex color #90E632 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90E632 is #6F19CD. Grayscale: #B8B8B8. Windows color (decimal): -7281102 or 3335824. OLE color: 3335824.
HSL color Cylindrical-coordinate representation of color #90E632: hue angle of 88.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90E632 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 230 | 50 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.10 |
| HSL | 88.67º | 0.78% | 0.55% | - |
| HSV(B) | 88.67º | 0.78% | 0.9% | - |
| XYZ | 40.37 | 62.75 | 13 | - |
| YUV | 183.77 | 52.51 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 50 | 0.37 | 0 | 0.78 | 0.10 | 88.67 | 0.78 | 0.55 |
| Hex | 90 | E6 | 32 | 25 | 0 | 4E | A | 59 | 4E | 37 |
| Octal | 220 | 346 | 62 | 45 | 0 | 116 | 12 | 131 | 116 | 67 |
| Binary | 10010000 | 11100110 | 110010 | 100101 | 0 | 1001110 | 1010 | 1011001 | 1001110 | 110111 |
Color Harmonies of #90E632
Complementary color
Monochromatic Colors of #90E632
Black with #90E632
Text Example
Text Example
White with #90E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E632; }
p { color: rgb(144,230,50); }
H1.HeaderClassName
{
color: #90E632;
}
.AnyTagClassName
{
color: #90E632;
}
</style>
background-color css
<style>
a { background-color: #90E632; }
a { background-color: rgb(144,230,50); }
div.DivClassName
{
background-color: #90E632;
}
.BgClassName
{
background-color: #90E632;
}
</style>
border-color css
<style>
span { border-color: #90E632; }
span { border-color: rgb(144,230,50); }
td.TdClassName
{
border-color: #90E632;
}
.TagClassName
{
border-color: #90E632;
}
</style>