Shades of Atlantis #90DF46
Tints of Atlantis #90DF46
RGB
CMYK
RGB Variations
Color information
#90DF46 (or 0x90DF46) is known color: Atlantis. HEX triplet: 90, DF and 46. RGB value is (144,223,70). Sum of RGB (Red+Green+Blue) = 144+223+70=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DF46 is #6F20B9. Grayscale: #B6B6B6. Windows color (decimal): -7282874 or 4644752. OLE color: 4644752.
HSL color Cylindrical-coordinate representation of color #90DF46: hue angle of 90.98º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90DF46 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 70 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.13 |
| HSL | 90.98º | 0.71% | 0.57% | - |
| HSV(B) | 90.98º | 0.69% | 0.87% | - |
| XYZ | 38.99 | 59.15 | 15.16 | - |
| YUV | 181.94 | 64.83 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 70 | 0.35 | 0 | 0.69 | 0.13 | 90.98 | 0.71 | 0.57 |
| Hex | 90 | DF | 46 | 23 | 0 | 45 | D | 5B | 47 | 39 |
| Octal | 220 | 337 | 106 | 43 | 0 | 105 | 15 | 133 | 107 | 71 |
| Binary | 10010000 | 11011111 | 1000110 | 100011 | 0 | 1000101 | 1101 | 1011011 | 1000111 | 111001 |
Color Harmonies of #90DF46
Complementary color
Monochromatic Colors of #90DF46
Black with #90DF46
Text Example
Text Example
White with #90DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DF46; }
p { color: rgb(144,223,70); }
H1.HeaderClassName
{
color: #90DF46;
}
.AnyTagClassName
{
color: #90DF46;
}
</style>
background-color css
<style>
a { background-color: #90DF46; }
a { background-color: rgb(144,223,70); }
div.DivClassName
{
background-color: #90DF46;
}
.BgClassName
{
background-color: #90DF46;
}
</style>
border-color css
<style>
span { border-color: #90DF46; }
span { border-color: rgb(144,223,70); }
td.TdClassName
{
border-color: #90DF46;
}
.TagClassName
{
border-color: #90DF46;
}
</style>