Shades of Atlantis #90D838
Tints of Atlantis #90D838
RGB
CMYK
RGB Variations
Color information
#90D838 (or 0x90D838) is known color: Atlantis. HEX triplet: 90, D8 and 38. RGB value is (144,216,56). Sum of RGB (Red+Green+Blue) = 144+216+56=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #90D838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D838 is #6F27C7. Grayscale: #B0B0B0. Windows color (decimal): -7284680 or 3725456. OLE color: 3725456.
HSL color Cylindrical-coordinate representation of color #90D838: hue angle of 87º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90D838 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 56 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.15 |
| HSL | 87º | 0.67% | 0.53% | - |
| HSV(B) | 87º | 0.74% | 0.85% | - |
| XYZ | 36.77 | 55.33 | 12.48 | - |
| YUV | 176.23 | 60.15 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 56 | 0.33 | 0 | 0.74 | 0.15 | 87 | 0.67 | 0.53 |
| Hex | 90 | D8 | 38 | 21 | 0 | 4A | F | 57 | 43 | 35 |
| Octal | 220 | 330 | 70 | 41 | 0 | 112 | 17 | 127 | 103 | 65 |
| Binary | 10010000 | 11011000 | 111000 | 100001 | 0 | 1001010 | 1111 | 1010111 | 1000011 | 110101 |
Color Harmonies of #90D838
Complementary color
Monochromatic Colors of #90D838
Black with #90D838
Text Example
Text Example
White with #90D838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D838; }
p { color: rgb(144,216,56); }
H1.HeaderClassName
{
color: #90D838;
}
.AnyTagClassName
{
color: #90D838;
}
</style>
background-color css
<style>
a { background-color: #90D838; }
a { background-color: rgb(144,216,56); }
div.DivClassName
{
background-color: #90D838;
}
.BgClassName
{
background-color: #90D838;
}
</style>
border-color css
<style>
span { border-color: #90D838; }
span { border-color: rgb(144,216,56); }
td.TdClassName
{
border-color: #90D838;
}
.TagClassName
{
border-color: #90D838;
}
</style>