Shades of Atlantis #90D040
Tints of Atlantis #90D040
RGB
CMYK
RGB Variations
Color information
#90D040 (or 0x90D040) is known color: Atlantis. HEX triplet: 90, D0 and 40. RGB value is (144,208,64). Sum of RGB (Red+Green+Blue) = 144+208+64=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #90D040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D040 is #6F2FBF. Grayscale: #ACACAC. Windows color (decimal): -7286720 or 4247696. OLE color: 4247696.
HSL color Cylindrical-coordinate representation of color #90D040: hue angle of 86.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90D040 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 64 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.18 |
| HSL | 86.67º | 0.61% | 0.53% | - |
| HSV(B) | 86.67º | 0.69% | 0.82% | - |
| XYZ | 34.98 | 51.41 | 12.93 | - |
| YUV | 172.45 | 66.8 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 64 | 0.31 | 0 | 0.69 | 0.18 | 86.67 | 0.61 | 0.53 |
| Hex | 90 | D0 | 40 | 1F | 0 | 45 | 12 | 57 | 3D | 35 |
| Octal | 220 | 320 | 100 | 37 | 0 | 105 | 22 | 127 | 75 | 65 |
| Binary | 10010000 | 11010000 | 1000000 | 11111 | 0 | 1000101 | 10010 | 1010111 | 111101 | 110101 |
Color Harmonies of #90D040
Complementary color
Monochromatic Colors of #90D040
Black with #90D040
Text Example
Text Example
White with #90D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D040; }
p { color: rgb(144,208,64); }
H1.HeaderClassName
{
color: #90D040;
}
.AnyTagClassName
{
color: #90D040;
}
</style>
background-color css
<style>
a { background-color: #90D040; }
a { background-color: rgb(144,208,64); }
div.DivClassName
{
background-color: #90D040;
}
.BgClassName
{
background-color: #90D040;
}
</style>
border-color css
<style>
span { border-color: #90D040; }
span { border-color: rgb(144,208,64); }
td.TdClassName
{
border-color: #90D040;
}
.TagClassName
{
border-color: #90D040;
}
</style>