Shades of Atlantis #90D147
Tints of Atlantis #90D147
RGB
CMYK
RGB Variations
Color information
#90D147 (or 0x90D147) is known color: Atlantis. HEX triplet: 90, D1 and 47. RGB value is (144,209,71). Sum of RGB (Red+Green+Blue) = 144+209+71=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #90D147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D147 is #6F2EB8. Grayscale: #AEAEAE. Windows color (decimal): -7286457 or 4706704. OLE color: 4706704.
HSL color Cylindrical-coordinate representation of color #90D147: hue angle of 88.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90D147 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 209 | 71 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.18 |
| HSL | 88.26º | 0.6% | 0.55% | - |
| HSV(B) | 88.26º | 0.66% | 0.82% | - |
| XYZ | 35.44 | 51.99 | 14.13 | - |
| YUV | 173.83 | 69.97 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 209 | 71 | 0.31 | 0 | 0.66 | 0.18 | 88.26 | 0.6 | 0.55 |
| Hex | 90 | D1 | 47 | 1F | 0 | 42 | 12 | 58 | 3C | 37 |
| Octal | 220 | 321 | 107 | 37 | 0 | 102 | 22 | 130 | 74 | 67 |
| Binary | 10010000 | 11010001 | 1000111 | 11111 | 0 | 1000010 | 10010 | 1011000 | 111100 | 110111 |
Color Harmonies of #90D147
Complementary color
Monochromatic Colors of #90D147
Black with #90D147
Text Example
Text Example
White with #90D147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D147; }
p { color: rgb(144,209,71); }
H1.HeaderClassName
{
color: #90D147;
}
.AnyTagClassName
{
color: #90D147;
}
</style>
background-color css
<style>
a { background-color: #90D147; }
a { background-color: rgb(144,209,71); }
div.DivClassName
{
background-color: #90D147;
}
.BgClassName
{
background-color: #90D147;
}
</style>
border-color css
<style>
span { border-color: #90D147; }
span { border-color: rgb(144,209,71); }
td.TdClassName
{
border-color: #90D147;
}
.TagClassName
{
border-color: #90D147;
}
</style>