Shades of Atlantis #90D141
Tints of Atlantis #90D141
RGB
CMYK
RGB Variations
Color information
#90D141 (or 0x90D141) is known color: Atlantis. HEX triplet: 90, D1 and 41. RGB value is (144,209,65). Sum of RGB (Red+Green+Blue) = 144+209+65=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #90D141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D141 is #6F2EBE. Grayscale: #ADADAD. Windows color (decimal): -7286463 or 4313488. OLE color: 4313488.
HSL color Cylindrical-coordinate representation of color #90D141: hue angle of 87.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90D141 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 209 | 65 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.18 |
| HSL | 87.08º | 0.61% | 0.54% | - |
| HSV(B) | 87.08º | 0.69% | 0.82% | - |
| XYZ | 35.26 | 51.91 | 13.16 | - |
| YUV | 173.15 | 66.97 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 209 | 65 | 0.31 | 0 | 0.69 | 0.18 | 87.08 | 0.61 | 0.54 |
| Hex | 90 | D1 | 41 | 1F | 0 | 45 | 12 | 57 | 3D | 36 |
| Octal | 220 | 321 | 101 | 37 | 0 | 105 | 22 | 127 | 75 | 66 |
| Binary | 10010000 | 11010001 | 1000001 | 11111 | 0 | 1000101 | 10010 | 1010111 | 111101 | 110110 |
Color Harmonies of #90D141
Complementary color
Monochromatic Colors of #90D141
Black with #90D141
Text Example
Text Example
White with #90D141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D141; }
p { color: rgb(144,209,65); }
H1.HeaderClassName
{
color: #90D141;
}
.AnyTagClassName
{
color: #90D141;
}
</style>
background-color css
<style>
a { background-color: #90D141; }
a { background-color: rgb(144,209,65); }
div.DivClassName
{
background-color: #90D141;
}
.BgClassName
{
background-color: #90D141;
}
</style>
border-color css
<style>
span { border-color: #90D141; }
span { border-color: rgb(144,209,65); }
td.TdClassName
{
border-color: #90D141;
}
.TagClassName
{
border-color: #90D141;
}
</style>