Shades of Atlantis #90E732
Tints of Atlantis #90E732
RGB
CMYK
RGB Variations
Color information
#90E732 (or 0x90E732) is known color: Atlantis. HEX triplet: 90, E7 and 32. RGB value is (144,231,50). Sum of RGB (Red+Green+Blue) = 144+231+50=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 231 (90.62% from 255 or 54.35% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 231 - color contains mainly: green. Hex color #90E732 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90E732 is #6F18CD. Grayscale: #B8B8B8. Windows color (decimal): -7280846 or 3336080. OLE color: 3336080.
HSL color Cylindrical-coordinate representation of color #90E732: hue angle of 88.84º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90E732 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 231 | 50 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.09 |
| HSL | 88.84º | 0.79% | 0.55% | - |
| HSV(B) | 88.84º | 0.78% | 0.91% | - |
| XYZ | 40.65 | 63.31 | 13.1 | - |
| YUV | 184.35 | 52.18 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 231 | 50 | 0.38 | 0 | 0.78 | 0.09 | 88.84 | 0.79 | 0.55 |
| Hex | 90 | E7 | 32 | 26 | 0 | 4E | 9 | 59 | 4F | 37 |
| Octal | 220 | 347 | 62 | 46 | 0 | 116 | 11 | 131 | 117 | 67 |
| Binary | 10010000 | 11100111 | 110010 | 100110 | 0 | 1001110 | 1001 | 1011001 | 1001111 | 110111 |
Color Harmonies of #90E732
Complementary color
Monochromatic Colors of #90E732
Black with #90E732
Text Example
Text Example
White with #90E732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E732; }
p { color: rgb(144,231,50); }
H1.HeaderClassName
{
color: #90E732;
}
.AnyTagClassName
{
color: #90E732;
}
</style>
background-color css
<style>
a { background-color: #90E732; }
a { background-color: rgb(144,231,50); }
div.DivClassName
{
background-color: #90E732;
}
.BgClassName
{
background-color: #90E732;
}
</style>
border-color css
<style>
span { border-color: #90E732; }
span { border-color: rgb(144,231,50); }
td.TdClassName
{
border-color: #90E732;
}
.TagClassName
{
border-color: #90E732;
}
</style>