Shades of Atlantis #90D43C
Tints of Atlantis #90D43C
RGB
CMYK
RGB Variations
Color information
#90D43C (or 0x90D43C) is known color: Atlantis. HEX triplet: 90, D4 and 3C. RGB value is (144,212,60). Sum of RGB (Red+Green+Blue) = 144+212+60=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #90D43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D43C is #6F2BC3. Grayscale: #AEAEAE. Windows color (decimal): -7285700 or 3986576. OLE color: 3986576.
HSL color Cylindrical-coordinate representation of color #90D43C: hue angle of 86.84º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90D43C is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 212 | 60 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.17 |
| HSL | 86.84º | 0.64% | 0.53% | - |
| HSV(B) | 86.84º | 0.72% | 0.83% | - |
| XYZ | 35.86 | 53.34 | 12.68 | - |
| YUV | 174.34 | 63.47 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 212 | 60 | 0.32 | 0 | 0.72 | 0.17 | 86.84 | 0.64 | 0.53 |
| Hex | 90 | D4 | 3C | 20 | 0 | 48 | 11 | 57 | 40 | 35 |
| Octal | 220 | 324 | 74 | 40 | 0 | 110 | 21 | 127 | 100 | 65 |
| Binary | 10010000 | 11010100 | 111100 | 100000 | 0 | 1001000 | 10001 | 1010111 | 1000000 | 110101 |
Color Harmonies of #90D43C
Complementary color
Monochromatic Colors of #90D43C
Black with #90D43C
Text Example
Text Example
White with #90D43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D43C; }
p { color: rgb(144,212,60); }
H1.HeaderClassName
{
color: #90D43C;
}
.AnyTagClassName
{
color: #90D43C;
}
</style>
background-color css
<style>
a { background-color: #90D43C; }
a { background-color: rgb(144,212,60); }
div.DivClassName
{
background-color: #90D43C;
}
.BgClassName
{
background-color: #90D43C;
}
</style>
border-color css
<style>
span { border-color: #90D43C; }
span { border-color: rgb(144,212,60); }
td.TdClassName
{
border-color: #90D43C;
}
.TagClassName
{
border-color: #90D43C;
}
</style>