Shades of Atlantis #90E652
Tints of Atlantis #90E652
RGB
CMYK
RGB Variations
Color information
#90E652 (or 0x90E652) is known color: Atlantis. HEX triplet: 90, E6 and 52. RGB value is (144,230,82). Sum of RGB (Red+Green+Blue) = 144+230+82=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #90E652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90E652 is #6F19AD. Grayscale: #BBBBBB. Windows color (decimal): -7281070 or 5432976. OLE color: 5432976.
HSL color Cylindrical-coordinate representation of color #90E652: hue angle of 94.86º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90E652 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 230 | 82 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.10 |
| HSL | 94.86º | 0.75% | 0.61% | - |
| HSV(B) | 94.86º | 0.64% | 0.9% | - |
| XYZ | 41.32 | 63.13 | 17.99 | - |
| YUV | 187.41 | 68.51 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 82 | 0.37 | 0 | 0.64 | 0.10 | 94.86 | 0.75 | 0.61 |
| Hex | 90 | E6 | 52 | 25 | 0 | 40 | A | 5F | 4B | 3D |
| Octal | 220 | 346 | 122 | 45 | 0 | 100 | 12 | 137 | 113 | 75 |
| Binary | 10010000 | 11100110 | 1010010 | 100101 | 0 | 1000000 | 1010 | 1011111 | 1001011 | 111101 |
Color Harmonies of #90E652
Complementary color
Monochromatic Colors of #90E652
Black with #90E652
Text Example
Text Example
White with #90E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E652; }
p { color: rgb(144,230,82); }
H1.HeaderClassName
{
color: #90E652;
}
.AnyTagClassName
{
color: #90E652;
}
</style>
background-color css
<style>
a { background-color: #90E652; }
a { background-color: rgb(144,230,82); }
div.DivClassName
{
background-color: #90E652;
}
.BgClassName
{
background-color: #90E652;
}
</style>
border-color css
<style>
span { border-color: #90E652; }
span { border-color: rgb(144,230,82); }
td.TdClassName
{
border-color: #90E652;
}
.TagClassName
{
border-color: #90E652;
}
</style>