Shades of Atlantis #90D646
Tints of Atlantis #90D646
RGB
CMYK
RGB Variations
Color information
#90D646 (or 0x90D646) is known color: Atlantis. HEX triplet: 90, D6 and 46. RGB value is (144,214,70). Sum of RGB (Red+Green+Blue) = 144+214+70=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #90D646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D646 is #6F29B9. Grayscale: #B1B1B1. Windows color (decimal): -7285178 or 4642448. OLE color: 4642448.
HSL color Cylindrical-coordinate representation of color #90D646: hue angle of 89.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90D646 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 70 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.16 |
| HSL | 89.17º | 0.64% | 0.56% | - |
| HSV(B) | 89.17º | 0.67% | 0.84% | - |
| XYZ | 36.65 | 54.46 | 14.38 | - |
| YUV | 176.65 | 67.81 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 70 | 0.33 | 0 | 0.67 | 0.16 | 89.17 | 0.64 | 0.56 |
| Hex | 90 | D6 | 46 | 21 | 0 | 43 | 10 | 59 | 40 | 38 |
| Octal | 220 | 326 | 106 | 41 | 0 | 103 | 20 | 131 | 100 | 70 |
| Binary | 10010000 | 11010110 | 1000110 | 100001 | 0 | 1000011 | 10000 | 1011001 | 1000000 | 111000 |
Color Harmonies of #90D646
Complementary color
Monochromatic Colors of #90D646
Black with #90D646
Text Example
Text Example
White with #90D646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D646; }
p { color: rgb(144,214,70); }
H1.HeaderClassName
{
color: #90D646;
}
.AnyTagClassName
{
color: #90D646;
}
</style>
background-color css
<style>
a { background-color: #90D646; }
a { background-color: rgb(144,214,70); }
div.DivClassName
{
background-color: #90D646;
}
.BgClassName
{
background-color: #90D646;
}
</style>
border-color css
<style>
span { border-color: #90D646; }
span { border-color: rgb(144,214,70); }
td.TdClassName
{
border-color: #90D646;
}
.TagClassName
{
border-color: #90D646;
}
</style>