Shades of Atlantis #90D447
Tints of Atlantis #90D447
RGB
CMYK
RGB Variations
Color information
#90D447 (or 0x90D447) is known color: Atlantis. HEX triplet: 90, D4 and 47. RGB value is (144,212,71). Sum of RGB (Red+Green+Blue) = 144+212+71=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #90D447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D447 is #6F2BB8. Grayscale: #B0B0B0. Windows color (decimal): -7285689 or 4707472. OLE color: 4707472.
HSL color Cylindrical-coordinate representation of color #90D447: hue angle of 88.94º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90D447 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 212 | 71 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.17 |
| HSL | 88.94º | 0.62% | 0.55% | - |
| HSV(B) | 88.94º | 0.67% | 0.83% | - |
| XYZ | 36.18 | 53.47 | 14.38 | - |
| YUV | 175.59 | 68.97 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 212 | 71 | 0.32 | 0 | 0.67 | 0.17 | 88.94 | 0.62 | 0.55 |
| Hex | 90 | D4 | 47 | 20 | 0 | 43 | 11 | 59 | 3E | 37 |
| Octal | 220 | 324 | 107 | 40 | 0 | 103 | 21 | 131 | 76 | 67 |
| Binary | 10010000 | 11010100 | 1000111 | 100000 | 0 | 1000011 | 10001 | 1011001 | 111110 | 110111 |
Color Harmonies of #90D447
Complementary color
Monochromatic Colors of #90D447
Black with #90D447
Text Example
Text Example
White with #90D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D447; }
p { color: rgb(144,212,71); }
H1.HeaderClassName
{
color: #90D447;
}
.AnyTagClassName
{
color: #90D447;
}
</style>
background-color css
<style>
a { background-color: #90D447; }
a { background-color: rgb(144,212,71); }
div.DivClassName
{
background-color: #90D447;
}
.BgClassName
{
background-color: #90D447;
}
</style>
border-color css
<style>
span { border-color: #90D447; }
span { border-color: rgb(144,212,71); }
td.TdClassName
{
border-color: #90D447;
}
.TagClassName
{
border-color: #90D447;
}
</style>