Shades of Atlantis #90DF3E
Tints of Atlantis #90DF3E
RGB
CMYK
RGB Variations
Color information
#90DF3E (or 0x90DF3E) is known color: Atlantis. HEX triplet: 90, DF and 3E. RGB value is (144,223,62). Sum of RGB (Red+Green+Blue) = 144+223+62=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DF3E is #6F20C1. Grayscale: #B5B5B5. Windows color (decimal): -7282882 or 4120464. OLE color: 4120464.
HSL color Cylindrical-coordinate representation of color #90DF3E: hue angle of 89.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90DF3E is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 62 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.13 |
| HSL | 89.44º | 0.72% | 0.56% | - |
| HSV(B) | 89.44º | 0.72% | 0.87% | - |
| XYZ | 38.76 | 59.05 | 13.91 | - |
| YUV | 181.03 | 60.83 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 62 | 0.35 | 0 | 0.72 | 0.13 | 89.44 | 0.72 | 0.56 |
| Hex | 90 | DF | 3E | 23 | 0 | 48 | D | 59 | 48 | 38 |
| Octal | 220 | 337 | 76 | 43 | 0 | 110 | 15 | 131 | 110 | 70 |
| Binary | 10010000 | 11011111 | 111110 | 100011 | 0 | 1001000 | 1101 | 1011001 | 1001000 | 111000 |
Color Harmonies of #90DF3E
Complementary color
Monochromatic Colors of #90DF3E
Black with #90DF3E
Text Example
Text Example
White with #90DF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DF3E; }
p { color: rgb(144,223,62); }
H1.HeaderClassName
{
color: #90DF3E;
}
.AnyTagClassName
{
color: #90DF3E;
}
</style>
background-color css
<style>
a { background-color: #90DF3E; }
a { background-color: rgb(144,223,62); }
div.DivClassName
{
background-color: #90DF3E;
}
.BgClassName
{
background-color: #90DF3E;
}
</style>
border-color css
<style>
span { border-color: #90DF3E; }
span { border-color: rgb(144,223,62); }
td.TdClassName
{
border-color: #90DF3E;
}
.TagClassName
{
border-color: #90DF3E;
}
</style>