Shades of Atlantis #90DC3B
Tints of Atlantis #90DC3B
RGB
CMYK
RGB Variations
Color information
#90DC3B (or 0x90DC3B) is known color: Atlantis. HEX triplet: 90, DC and 3B. RGB value is (144,220,59). Sum of RGB (Red+Green+Blue) = 144+220+59=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DC3B is #6F23C4. Grayscale: #B3B3B3. Windows color (decimal): -7283653 or 3923088. OLE color: 3923088.
HSL color Cylindrical-coordinate representation of color #90DC3B: hue angle of 88.32º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90DC3B is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 59 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.14 |
| HSL | 88.32º | 0.7% | 0.55% | - |
| HSV(B) | 88.32º | 0.73% | 0.86% | - |
| XYZ | 37.88 | 57.43 | 13.23 | - |
| YUV | 178.92 | 60.32 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 59 | 0.35 | 0 | 0.73 | 0.14 | 88.32 | 0.7 | 0.55 |
| Hex | 90 | DC | 3B | 23 | 0 | 49 | E | 58 | 46 | 37 |
| Octal | 220 | 334 | 73 | 43 | 0 | 111 | 16 | 130 | 106 | 67 |
| Binary | 10010000 | 11011100 | 111011 | 100011 | 0 | 1001001 | 1110 | 1011000 | 1000110 | 110111 |
Color Harmonies of #90DC3B
Complementary color
Monochromatic Colors of #90DC3B
Black with #90DC3B
Text Example
Text Example
White with #90DC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC3B; }
p { color: rgb(144,220,59); }
H1.HeaderClassName
{
color: #90DC3B;
}
.AnyTagClassName
{
color: #90DC3B;
}
</style>
background-color css
<style>
a { background-color: #90DC3B; }
a { background-color: rgb(144,220,59); }
div.DivClassName
{
background-color: #90DC3B;
}
.BgClassName
{
background-color: #90DC3B;
}
</style>
border-color css
<style>
span { border-color: #90DC3B; }
span { border-color: rgb(144,220,59); }
td.TdClassName
{
border-color: #90DC3B;
}
.TagClassName
{
border-color: #90DC3B;
}
</style>