Shades of Atlantis #90D048
Tints of Atlantis #90D048
RGB
CMYK
RGB Variations
Color information
#90D048 (or 0x90D048) is known color: Atlantis. HEX triplet: 90, D0 and 48. RGB value is (144,208,72). Sum of RGB (Red+Green+Blue) = 144+208+72=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #90D048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D048 is #6F2FB7. Grayscale: #ADADAD. Windows color (decimal): -7286712 or 4771984. OLE color: 4771984.
HSL color Cylindrical-coordinate representation of color #90D048: hue angle of 88.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90D048 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 72 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.18 |
| HSL | 88.24º | 0.59% | 0.55% | - |
| HSV(B) | 88.24º | 0.65% | 0.82% | - |
| XYZ | 35.23 | 51.51 | 14.22 | - |
| YUV | 173.36 | 70.8 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 72 | 0.31 | 0 | 0.65 | 0.18 | 88.24 | 0.59 | 0.55 |
| Hex | 90 | D0 | 48 | 1F | 0 | 41 | 12 | 58 | 3B | 37 |
| Octal | 220 | 320 | 110 | 37 | 0 | 101 | 22 | 130 | 73 | 67 |
| Binary | 10010000 | 11010000 | 1001000 | 11111 | 0 | 1000001 | 10010 | 1011000 | 111011 | 110111 |
Color Harmonies of #90D048
Complementary color
Monochromatic Colors of #90D048
Black with #90D048
Text Example
Text Example
White with #90D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D048; }
p { color: rgb(144,208,72); }
H1.HeaderClassName
{
color: #90D048;
}
.AnyTagClassName
{
color: #90D048;
}
</style>
background-color css
<style>
a { background-color: #90D048; }
a { background-color: rgb(144,208,72); }
div.DivClassName
{
background-color: #90D048;
}
.BgClassName
{
background-color: #90D048;
}
</style>
border-color css
<style>
span { border-color: #90D048; }
span { border-color: rgb(144,208,72); }
td.TdClassName
{
border-color: #90D048;
}
.TagClassName
{
border-color: #90D048;
}
</style>