Shades of Atlantis #90D13B
Tints of Atlantis #90D13B
RGB
CMYK
RGB Variations
Color information
#90D13B (or 0x90D13B) is known color: Atlantis. HEX triplet: 90, D1 and 3B. RGB value is (144,209,59). Sum of RGB (Red+Green+Blue) = 144+209+59=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #90D13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D13B is #6F2EC4. Grayscale: #ADADAD. Windows color (decimal): -7286469 or 3920272. OLE color: 3920272.
HSL color Cylindrical-coordinate representation of color #90D13B: hue angle of 86º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90D13B is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 209 | 59 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.18 |
| HSL | 86º | 0.62% | 0.53% | - |
| HSV(B) | 86º | 0.72% | 0.82% | - |
| XYZ | 35.09 | 51.85 | 12.3 | - |
| YUV | 172.47 | 63.97 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 209 | 59 | 0.31 | 0 | 0.72 | 0.18 | 86 | 0.62 | 0.53 |
| Hex | 90 | D1 | 3B | 1F | 0 | 48 | 12 | 56 | 3E | 35 |
| Octal | 220 | 321 | 73 | 37 | 0 | 110 | 22 | 126 | 76 | 65 |
| Binary | 10010000 | 11010001 | 111011 | 11111 | 0 | 1001000 | 10010 | 1010110 | 111110 | 110101 |
Color Harmonies of #90D13B
Complementary color
Monochromatic Colors of #90D13B
Black with #90D13B
Text Example
Text Example
White with #90D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D13B; }
p { color: rgb(144,209,59); }
H1.HeaderClassName
{
color: #90D13B;
}
.AnyTagClassName
{
color: #90D13B;
}
</style>
background-color css
<style>
a { background-color: #90D13B; }
a { background-color: rgb(144,209,59); }
div.DivClassName
{
background-color: #90D13B;
}
.BgClassName
{
background-color: #90D13B;
}
</style>
border-color css
<style>
span { border-color: #90D13B; }
span { border-color: rgb(144,209,59); }
td.TdClassName
{
border-color: #90D13B;
}
.TagClassName
{
border-color: #90D13B;
}
</style>