Shades of Atlantis #90D644
Tints of Atlantis #90D644
RGB
CMYK
RGB Variations
Color information
#90D644 (or 0x90D644) is known color: Atlantis. HEX triplet: 90, D6 and 44. RGB value is (144,214,68). Sum of RGB (Red+Green+Blue) = 144+214+68=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #90D644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D644 is #6F29BB. Grayscale: #B0B0B0. Windows color (decimal): -7285180 or 4511376. OLE color: 4511376.
HSL color Cylindrical-coordinate representation of color #90D644: hue angle of 88.77º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90D644 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 68 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.16 |
| HSL | 88.77º | 0.64% | 0.55% | - |
| HSV(B) | 88.77º | 0.68% | 0.84% | - |
| XYZ | 36.59 | 54.44 | 14.05 | - |
| YUV | 176.43 | 66.81 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 68 | 0.33 | 0 | 0.68 | 0.16 | 88.77 | 0.64 | 0.55 |
| Hex | 90 | D6 | 44 | 21 | 0 | 44 | 10 | 59 | 40 | 37 |
| Octal | 220 | 326 | 104 | 41 | 0 | 104 | 20 | 131 | 100 | 67 |
| Binary | 10010000 | 11010110 | 1000100 | 100001 | 0 | 1000100 | 10000 | 1011001 | 1000000 | 110111 |
Color Harmonies of #90D644
Complementary color
Monochromatic Colors of #90D644
Black with #90D644
Text Example
Text Example
White with #90D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D644; }
p { color: rgb(144,214,68); }
H1.HeaderClassName
{
color: #90D644;
}
.AnyTagClassName
{
color: #90D644;
}
</style>
background-color css
<style>
a { background-color: #90D644; }
a { background-color: rgb(144,214,68); }
div.DivClassName
{
background-color: #90D644;
}
.BgClassName
{
background-color: #90D644;
}
</style>
border-color css
<style>
span { border-color: #90D644; }
span { border-color: rgb(144,214,68); }
td.TdClassName
{
border-color: #90D644;
}
.TagClassName
{
border-color: #90D644;
}
</style>