Shades of Atlantis #90D63D
Tints of Atlantis #90D63D
RGB
CMYK
RGB Variations
Color information
#90D63D (or 0x90D63D) is known color: Atlantis. HEX triplet: 90, D6 and 3D. RGB value is (144,214,61). Sum of RGB (Red+Green+Blue) = 144+214+61=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #90D63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D63D is #6F29C2. Grayscale: #B0B0B0. Windows color (decimal): -7285187 or 4052624. OLE color: 4052624.
HSL color Cylindrical-coordinate representation of color #90D63D: hue angle of 87.45º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90D63D is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 61 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.16 |
| HSL | 87.45º | 0.65% | 0.54% | - |
| HSV(B) | 87.45º | 0.71% | 0.84% | - |
| XYZ | 36.39 | 54.36 | 12.99 | - |
| YUV | 175.63 | 63.31 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 61 | 0.33 | 0 | 0.71 | 0.16 | 87.45 | 0.65 | 0.54 |
| Hex | 90 | D6 | 3D | 21 | 0 | 47 | 10 | 57 | 41 | 36 |
| Octal | 220 | 326 | 75 | 41 | 0 | 107 | 20 | 127 | 101 | 66 |
| Binary | 10010000 | 11010110 | 111101 | 100001 | 0 | 1000111 | 10000 | 1010111 | 1000001 | 110110 |
Color Harmonies of #90D63D
Complementary color
Monochromatic Colors of #90D63D
Black with #90D63D
Text Example
Text Example
White with #90D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D63D; }
p { color: rgb(144,214,61); }
H1.HeaderClassName
{
color: #90D63D;
}
.AnyTagClassName
{
color: #90D63D;
}
</style>
background-color css
<style>
a { background-color: #90D63D; }
a { background-color: rgb(144,214,61); }
div.DivClassName
{
background-color: #90D63D;
}
.BgClassName
{
background-color: #90D63D;
}
</style>
border-color css
<style>
span { border-color: #90D63D; }
span { border-color: rgb(144,214,61); }
td.TdClassName
{
border-color: #90D63D;
}
.TagClassName
{
border-color: #90D63D;
}
</style>