Shades of Atlantis #90DC53
Tints of Atlantis #90DC53
RGB
CMYK
RGB Variations
Color information
#90DC53 (or 0x90DC53) is known color: Atlantis. HEX triplet: 90, DC and 53. RGB value is (144,220,83). Sum of RGB (Red+Green+Blue) = 144+220+83=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DC53 is #6F23AC. Grayscale: #B6B6B6. Windows color (decimal): -7283629 or 5495952. OLE color: 5495952.
HSL color Cylindrical-coordinate representation of color #90DC53: hue angle of 93.28º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90DC53 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 83 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.14 |
| HSL | 93.28º | 0.66% | 0.59% | - |
| HSV(B) | 93.28º | 0.62% | 0.86% | - |
| XYZ | 38.66 | 57.74 | 17.29 | - |
| YUV | 181.66 | 72.32 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 83 | 0.35 | 0 | 0.62 | 0.14 | 93.28 | 0.66 | 0.59 |
| Hex | 90 | DC | 53 | 23 | 0 | 3E | E | 5D | 42 | 3B |
| Octal | 220 | 334 | 123 | 43 | 0 | 76 | 16 | 135 | 102 | 73 |
| Binary | 10010000 | 11011100 | 1010011 | 100011 | 0 | 111110 | 1110 | 1011101 | 1000010 | 111011 |
Color Harmonies of #90DC53
Complementary color
Monochromatic Colors of #90DC53
Black with #90DC53
Text Example
Text Example
White with #90DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC53; }
p { color: rgb(144,220,83); }
H1.HeaderClassName
{
color: #90DC53;
}
.AnyTagClassName
{
color: #90DC53;
}
</style>
background-color css
<style>
a { background-color: #90DC53; }
a { background-color: rgb(144,220,83); }
div.DivClassName
{
background-color: #90DC53;
}
.BgClassName
{
background-color: #90DC53;
}
</style>
border-color css
<style>
span { border-color: #90DC53; }
span { border-color: rgb(144,220,83); }
td.TdClassName
{
border-color: #90DC53;
}
.TagClassName
{
border-color: #90DC53;
}
</style>