Shades of Atlantis #90DC44
Tints of Atlantis #90DC44
RGB
CMYK
RGB Variations
Color information
#90DC44 (or 0x90DC44) is known color: Atlantis. HEX triplet: 90, DC and 44. RGB value is (144,220,68). Sum of RGB (Red+Green+Blue) = 144+220+68=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DC44 is #6F23BB. Grayscale: #B4B4B4. Windows color (decimal): -7283644 or 4512912. OLE color: 4512912.
HSL color Cylindrical-coordinate representation of color #90DC44: hue angle of 90º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90DC44 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 68 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.14 |
| HSL | 90º | 0.68% | 0.56% | - |
| HSV(B) | 90º | 0.69% | 0.86% | - |
| XYZ | 38.14 | 57.53 | 14.56 | - |
| YUV | 179.95 | 64.82 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 68 | 0.35 | 0 | 0.69 | 0.14 | 90 | 0.68 | 0.56 |
| Hex | 90 | DC | 44 | 23 | 0 | 45 | E | 5A | 44 | 38 |
| Octal | 220 | 334 | 104 | 43 | 0 | 105 | 16 | 132 | 104 | 70 |
| Binary | 10010000 | 11011100 | 1000100 | 100011 | 0 | 1000101 | 1110 | 1011010 | 1000100 | 111000 |
Color Harmonies of #90DC44
Complementary color
Monochromatic Colors of #90DC44
Black with #90DC44
Text Example
Text Example
White with #90DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC44; }
p { color: rgb(144,220,68); }
H1.HeaderClassName
{
color: #90DC44;
}
.AnyTagClassName
{
color: #90DC44;
}
</style>
background-color css
<style>
a { background-color: #90DC44; }
a { background-color: rgb(144,220,68); }
div.DivClassName
{
background-color: #90DC44;
}
.BgClassName
{
background-color: #90DC44;
}
</style>
border-color css
<style>
span { border-color: #90DC44; }
span { border-color: rgb(144,220,68); }
td.TdClassName
{
border-color: #90DC44;
}
.TagClassName
{
border-color: #90DC44;
}
</style>