Shades of Atlantis #90DD42
Tints of Atlantis #90DD42
RGB
CMYK
RGB Variations
Color information
#90DD42 (or 0x90DD42) is known color: Atlantis. HEX triplet: 90, DD and 42. RGB value is (144,221,66). Sum of RGB (Red+Green+Blue) = 144+221+66=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DD42 is #6F22BD. Grayscale: #B4B4B4. Windows color (decimal): -7283390 or 4382096. OLE color: 4382096.
HSL color Cylindrical-coordinate representation of color #90DD42: hue angle of 89.81º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90DD42 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 66 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.13 |
| HSL | 89.81º | 0.7% | 0.56% | - |
| HSV(B) | 89.81º | 0.7% | 0.87% | - |
| XYZ | 38.34 | 58.04 | 14.34 | - |
| YUV | 180.31 | 63.49 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 66 | 0.35 | 0 | 0.70 | 0.13 | 89.81 | 0.7 | 0.56 |
| Hex | 90 | DD | 42 | 23 | 0 | 46 | D | 5A | 46 | 38 |
| Octal | 220 | 335 | 102 | 43 | 0 | 106 | 15 | 132 | 106 | 70 |
| Binary | 10010000 | 11011101 | 1000010 | 100011 | 0 | 1000110 | 1101 | 1011010 | 1000110 | 111000 |
Color Harmonies of #90DD42
Complementary color
Monochromatic Colors of #90DD42
Black with #90DD42
Text Example
Text Example
White with #90DD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD42; }
p { color: rgb(144,221,66); }
H1.HeaderClassName
{
color: #90DD42;
}
.AnyTagClassName
{
color: #90DD42;
}
</style>
background-color css
<style>
a { background-color: #90DD42; }
a { background-color: rgb(144,221,66); }
div.DivClassName
{
background-color: #90DD42;
}
.BgClassName
{
background-color: #90DD42;
}
</style>
border-color css
<style>
span { border-color: #90DD42; }
span { border-color: rgb(144,221,66); }
td.TdClassName
{
border-color: #90DD42;
}
.TagClassName
{
border-color: #90DD42;
}
</style>