Shades of Atlantis #90DD3C
Tints of Atlantis #90DD3C
RGB
CMYK
RGB Variations
Color information
#90DD3C (or 0x90DD3C) is known color: Atlantis. HEX triplet: 90, DD and 3C. RGB value is (144,221,60). Sum of RGB (Red+Green+Blue) = 144+221+60=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DD3C is #6F22C3. Grayscale: #B4B4B4. Windows color (decimal): -7283396 or 3988880. OLE color: 3988880.
HSL color Cylindrical-coordinate representation of color #90DD3C: hue angle of 88.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90DD3C is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 60 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.13 |
| HSL | 88.7º | 0.7% | 0.55% | - |
| HSV(B) | 88.7º | 0.73% | 0.87% | - |
| XYZ | 38.17 | 57.97 | 13.45 | - |
| YUV | 179.62 | 60.49 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 60 | 0.35 | 0 | 0.73 | 0.13 | 88.7 | 0.7 | 0.55 |
| Hex | 90 | DD | 3C | 23 | 0 | 49 | D | 59 | 46 | 37 |
| Octal | 220 | 335 | 74 | 43 | 0 | 111 | 15 | 131 | 106 | 67 |
| Binary | 10010000 | 11011101 | 111100 | 100011 | 0 | 1001001 | 1101 | 1011001 | 1000110 | 110111 |
Color Harmonies of #90DD3C
Complementary color
Monochromatic Colors of #90DD3C
Black with #90DD3C
Text Example
Text Example
White with #90DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD3C; }
p { color: rgb(144,221,60); }
H1.HeaderClassName
{
color: #90DD3C;
}
.AnyTagClassName
{
color: #90DD3C;
}
</style>
background-color css
<style>
a { background-color: #90DD3C; }
a { background-color: rgb(144,221,60); }
div.DivClassName
{
background-color: #90DD3C;
}
.BgClassName
{
background-color: #90DD3C;
}
</style>
border-color css
<style>
span { border-color: #90DD3C; }
span { border-color: rgb(144,221,60); }
td.TdClassName
{
border-color: #90DD3C;
}
.TagClassName
{
border-color: #90DD3C;
}
</style>