Shades of Atlantis #90DD3E
Tints of Atlantis #90DD3E
RGB
CMYK
RGB Variations
Color information
#90DD3E (or 0x90DD3E) is known color: Atlantis. HEX triplet: 90, DD and 3E. RGB value is (144,221,62). Sum of RGB (Red+Green+Blue) = 144+221+62=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DD3E is #6F22C1. Grayscale: #B4B4B4. Windows color (decimal): -7283394 or 4119952. OLE color: 4119952.
HSL color Cylindrical-coordinate representation of color #90DD3E: hue angle of 89.06º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90DD3E is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 62 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.13 |
| HSL | 89.06º | 0.7% | 0.55% | - |
| HSV(B) | 89.06º | 0.72% | 0.87% | - |
| XYZ | 38.23 | 57.99 | 13.74 | - |
| YUV | 179.85 | 61.49 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 62 | 0.35 | 0 | 0.72 | 0.13 | 89.06 | 0.7 | 0.55 |
| Hex | 90 | DD | 3E | 23 | 0 | 48 | D | 59 | 46 | 37 |
| Octal | 220 | 335 | 76 | 43 | 0 | 110 | 15 | 131 | 106 | 67 |
| Binary | 10010000 | 11011101 | 111110 | 100011 | 0 | 1001000 | 1101 | 1011001 | 1000110 | 110111 |
Color Harmonies of #90DD3E
Complementary color
Monochromatic Colors of #90DD3E
Black with #90DD3E
Text Example
Text Example
White with #90DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD3E; }
p { color: rgb(144,221,62); }
H1.HeaderClassName
{
color: #90DD3E;
}
.AnyTagClassName
{
color: #90DD3E;
}
</style>
background-color css
<style>
a { background-color: #90DD3E; }
a { background-color: rgb(144,221,62); }
div.DivClassName
{
background-color: #90DD3E;
}
.BgClassName
{
background-color: #90DD3E;
}
</style>
border-color css
<style>
span { border-color: #90DD3E; }
span { border-color: rgb(144,221,62); }
td.TdClassName
{
border-color: #90DD3E;
}
.TagClassName
{
border-color: #90DD3E;
}
</style>