Shades of Atlantis #90D547
Tints of Atlantis #90D547
RGB
CMYK
RGB Variations
Color information
#90D547 (or 0x90D547) is known color: Atlantis. HEX triplet: 90, D5 and 47. RGB value is (144,213,71). Sum of RGB (Red+Green+Blue) = 144+213+71=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #90D547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D547 is #6F2AB8. Grayscale: #B0B0B0. Windows color (decimal): -7285433 or 4707728. OLE color: 4707728.
HSL color Cylindrical-coordinate representation of color #90D547: hue angle of 89.15º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90D547 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 71 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.16 |
| HSL | 89.15º | 0.63% | 0.56% | - |
| HSV(B) | 89.15º | 0.67% | 0.84% | - |
| XYZ | 36.43 | 53.97 | 14.46 | - |
| YUV | 176.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 71 | 0.32 | 0 | 0.67 | 0.16 | 89.15 | 0.63 | 0.56 |
| Hex | 90 | D5 | 47 | 20 | 0 | 43 | 10 | 59 | 3F | 38 |
| Octal | 220 | 325 | 107 | 40 | 0 | 103 | 20 | 131 | 77 | 70 |
| Binary | 10010000 | 11010101 | 1000111 | 100000 | 0 | 1000011 | 10000 | 1011001 | 111111 | 111000 |
Color Harmonies of #90D547
Complementary color
Monochromatic Colors of #90D547
Black with #90D547
Text Example
Text Example
White with #90D547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D547; }
p { color: rgb(144,213,71); }
H1.HeaderClassName
{
color: #90D547;
}
.AnyTagClassName
{
color: #90D547;
}
</style>
background-color css
<style>
a { background-color: #90D547; }
a { background-color: rgb(144,213,71); }
div.DivClassName
{
background-color: #90D547;
}
.BgClassName
{
background-color: #90D547;
}
</style>
border-color css
<style>
span { border-color: #90D547; }
span { border-color: rgb(144,213,71); }
td.TdClassName
{
border-color: #90D547;
}
.TagClassName
{
border-color: #90D547;
}
</style>