Shades of Atlantis #90E534
Tints of Atlantis #90E534
RGB
CMYK
RGB Variations
Color information
#90E534 (or 0x90E534) is known color: Atlantis. HEX triplet: 90, E5 and 34. RGB value is (144,229,52). Sum of RGB (Red+Green+Blue) = 144+229+52=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 229 (89.84% from 255 or 53.88% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 229 - color contains mainly: green. Hex color #90E534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E534 is #6F1ACB. Grayscale: #B8B8B8. Windows color (decimal): -7281356 or 3466640. OLE color: 3466640.
HSL color Cylindrical-coordinate representation of color #90E534: hue angle of 88.81º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90E534 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 52 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.10 |
| HSL | 88.81º | 0.77% | 0.55% | - |
| HSV(B) | 88.81º | 0.77% | 0.9% | - |
| XYZ | 40.14 | 62.22 | 13.14 | - |
| YUV | 183.41 | 53.84 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 52 | 0.37 | 0 | 0.77 | 0.10 | 88.81 | 0.77 | 0.55 |
| Hex | 90 | E5 | 34 | 25 | 0 | 4D | A | 59 | 4D | 37 |
| Octal | 220 | 345 | 64 | 45 | 0 | 115 | 12 | 131 | 115 | 67 |
| Binary | 10010000 | 11100101 | 110100 | 100101 | 0 | 1001101 | 1010 | 1011001 | 1001101 | 110111 |
Color Harmonies of #90E534
Complementary color
Monochromatic Colors of #90E534
Black with #90E534
Text Example
Text Example
White with #90E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E534; }
p { color: rgb(144,229,52); }
H1.HeaderClassName
{
color: #90E534;
}
.AnyTagClassName
{
color: #90E534;
}
</style>
background-color css
<style>
a { background-color: #90E534; }
a { background-color: rgb(144,229,52); }
div.DivClassName
{
background-color: #90E534;
}
.BgClassName
{
background-color: #90E534;
}
</style>
border-color css
<style>
span { border-color: #90E534; }
span { border-color: rgb(144,229,52); }
td.TdClassName
{
border-color: #90E534;
}
.TagClassName
{
border-color: #90E534;
}
</style>