Shades of Atlantis #90E952
Tints of Atlantis #90E952
RGB
CMYK
RGB Variations
Color information
#90E952 (or 0x90E952) is known color: Atlantis. HEX triplet: 90, E9 and 52. RGB value is (144,233,82). Sum of RGB (Red+Green+Blue) = 144+233+82=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #90E952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90E952 is #6F16AD. Grayscale: #BDBDBD. Windows color (decimal): -7280302 or 5433744. OLE color: 5433744.
HSL color Cylindrical-coordinate representation of color #90E952: hue angle of 95.36º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90E952 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 82 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.09 |
| HSL | 95.36º | 0.77% | 0.62% | - |
| HSV(B) | 95.36º | 0.65% | 0.91% | - |
| XYZ | 42.16 | 64.82 | 18.27 | - |
| YUV | 189.18 | 67.51 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 82 | 0.38 | 0 | 0.65 | 0.09 | 95.36 | 0.77 | 0.62 |
| Hex | 90 | E9 | 52 | 26 | 0 | 41 | 9 | 5F | 4D | 3E |
| Octal | 220 | 351 | 122 | 46 | 0 | 101 | 11 | 137 | 115 | 76 |
| Binary | 10010000 | 11101001 | 1010010 | 100110 | 0 | 1000001 | 1001 | 1011111 | 1001101 | 111110 |
Color Harmonies of #90E952
Complementary color
Monochromatic Colors of #90E952
Black with #90E952
Text Example
Text Example
White with #90E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E952; }
p { color: rgb(144,233,82); }
H1.HeaderClassName
{
color: #90E952;
}
.AnyTagClassName
{
color: #90E952;
}
</style>
background-color css
<style>
a { background-color: #90E952; }
a { background-color: rgb(144,233,82); }
div.DivClassName
{
background-color: #90E952;
}
.BgClassName
{
background-color: #90E952;
}
</style>
border-color css
<style>
span { border-color: #90E952; }
span { border-color: rgb(144,233,82); }
td.TdClassName
{
border-color: #90E952;
}
.TagClassName
{
border-color: #90E952;
}
</style>