Shades of Atlantis #90DC47
Tints of Atlantis #90DC47
RGB
CMYK
RGB Variations
Color information
#90DC47 (or 0x90DC47) is known color: Atlantis. HEX triplet: 90, DC and 47. RGB value is (144,220,71). Sum of RGB (Red+Green+Blue) = 144+220+71=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DC47 is #6F23B8. Grayscale: #B4B4B4. Windows color (decimal): -7283641 or 4709520. OLE color: 4709520.
HSL color Cylindrical-coordinate representation of color #90DC47: hue angle of 90.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90DC47 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 71 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.14 |
| HSL | 90.6º | 0.68% | 0.57% | - |
| HSV(B) | 90.6º | 0.68% | 0.86% | - |
| XYZ | 38.23 | 57.57 | 15.06 | - |
| YUV | 180.29 | 66.32 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 71 | 0.35 | 0 | 0.68 | 0.14 | 90.6 | 0.68 | 0.57 |
| Hex | 90 | DC | 47 | 23 | 0 | 44 | E | 5B | 44 | 39 |
| Octal | 220 | 334 | 107 | 43 | 0 | 104 | 16 | 133 | 104 | 71 |
| Binary | 10010000 | 11011100 | 1000111 | 100011 | 0 | 1000100 | 1110 | 1011011 | 1000100 | 111001 |
Color Harmonies of #90DC47
Complementary color
Monochromatic Colors of #90DC47
Black with #90DC47
Text Example
Text Example
White with #90DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC47; }
p { color: rgb(144,220,71); }
H1.HeaderClassName
{
color: #90DC47;
}
.AnyTagClassName
{
color: #90DC47;
}
</style>
background-color css
<style>
a { background-color: #90DC47; }
a { background-color: rgb(144,220,71); }
div.DivClassName
{
background-color: #90DC47;
}
.BgClassName
{
background-color: #90DC47;
}
</style>
border-color css
<style>
span { border-color: #90DC47; }
span { border-color: rgb(144,220,71); }
td.TdClassName
{
border-color: #90DC47;
}
.TagClassName
{
border-color: #90DC47;
}
</style>