Shades of Atlantis #90D643
Tints of Atlantis #90D643
RGB
CMYK
RGB Variations
Color information
#90D643 (or 0x90D643) is known color: Atlantis. HEX triplet: 90, D6 and 43. RGB value is (144,214,67). Sum of RGB (Red+Green+Blue) = 144+214+67=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #90D643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D643 is #6F29BC. Grayscale: #B0B0B0. Windows color (decimal): -7285181 or 4445840. OLE color: 4445840.
HSL color Cylindrical-coordinate representation of color #90D643: hue angle of 88.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90D643 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 67 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.16 |
| HSL | 88.57º | 0.64% | 0.55% | - |
| HSV(B) | 88.57º | 0.69% | 0.84% | - |
| XYZ | 36.56 | 54.43 | 13.89 | - |
| YUV | 176.31 | 66.31 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 67 | 0.33 | 0 | 0.69 | 0.16 | 88.57 | 0.64 | 0.55 |
| Hex | 90 | D6 | 43 | 21 | 0 | 45 | 10 | 59 | 40 | 37 |
| Octal | 220 | 326 | 103 | 41 | 0 | 105 | 20 | 131 | 100 | 67 |
| Binary | 10010000 | 11010110 | 1000011 | 100001 | 0 | 1000101 | 10000 | 1011001 | 1000000 | 110111 |
Color Harmonies of #90D643
Complementary color
Monochromatic Colors of #90D643
Black with #90D643
Text Example
Text Example
White with #90D643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D643; }
p { color: rgb(144,214,67); }
H1.HeaderClassName
{
color: #90D643;
}
.AnyTagClassName
{
color: #90D643;
}
</style>
background-color css
<style>
a { background-color: #90D643; }
a { background-color: rgb(144,214,67); }
div.DivClassName
{
background-color: #90D643;
}
.BgClassName
{
background-color: #90D643;
}
</style>
border-color css
<style>
span { border-color: #90D643; }
span { border-color: rgb(144,214,67); }
td.TdClassName
{
border-color: #90D643;
}
.TagClassName
{
border-color: #90D643;
}
</style>