Shades of Atlantis #90DA3F
Tints of Atlantis #90DA3F
RGB
CMYK
RGB Variations
Color information
#90DA3F (or 0x90DA3F) is known color: Atlantis. HEX triplet: 90, DA and 3F. RGB value is (144,218,63). Sum of RGB (Red+Green+Blue) = 144+218+63=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DA3F is #6F25C0. Grayscale: #B2B2B2. Windows color (decimal): -7284161 or 4184720. OLE color: 4184720.
HSL color Cylindrical-coordinate representation of color #90DA3F: hue angle of 88.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90DA3F is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 63 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.15 |
| HSL | 88.65º | 0.68% | 0.55% | - |
| HSV(B) | 88.65º | 0.71% | 0.85% | - |
| XYZ | 37.47 | 56.43 | 13.62 | - |
| YUV | 178.2 | 62.98 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 63 | 0.34 | 0 | 0.71 | 0.15 | 88.65 | 0.68 | 0.55 |
| Hex | 90 | DA | 3F | 22 | 0 | 47 | F | 59 | 44 | 37 |
| Octal | 220 | 332 | 77 | 42 | 0 | 107 | 17 | 131 | 104 | 67 |
| Binary | 10010000 | 11011010 | 111111 | 100010 | 0 | 1000111 | 1111 | 1011001 | 1000100 | 110111 |
Color Harmonies of #90DA3F
Complementary color
Monochromatic Colors of #90DA3F
Black with #90DA3F
Text Example
Text Example
White with #90DA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA3F; }
p { color: rgb(144,218,63); }
H1.HeaderClassName
{
color: #90DA3F;
}
.AnyTagClassName
{
color: #90DA3F;
}
</style>
background-color css
<style>
a { background-color: #90DA3F; }
a { background-color: rgb(144,218,63); }
div.DivClassName
{
background-color: #90DA3F;
}
.BgClassName
{
background-color: #90DA3F;
}
</style>
border-color css
<style>
span { border-color: #90DA3F; }
span { border-color: rgb(144,218,63); }
td.TdClassName
{
border-color: #90DA3F;
}
.TagClassName
{
border-color: #90DA3F;
}
</style>