Shades of Atlantis #90C540
Tints of Atlantis #90C540
RGB
CMYK
RGB Variations
Color information
#90C540 (or 0x90C540) is known color: Atlantis. HEX triplet: 90, C5 and 40. RGB value is (144,197,64). Sum of RGB (Red+Green+Blue) = 144+197+64=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #90C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C540 is #6F3ABF. Grayscale: #A6A6A6. Windows color (decimal): -7289536 or 4244880. OLE color: 4244880.
HSL color Cylindrical-coordinate representation of color #90C540: hue angle of 83.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90C540 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 64 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.23 |
| HSL | 83.91º | 0.53% | 0.51% | - |
| HSV(B) | 83.91º | 0.68% | 0.77% | - |
| XYZ | 32.39 | 46.23 | 12.07 | - |
| YUV | 165.99 | 70.44 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 64 | 0.27 | 0 | 0.68 | 0.23 | 83.91 | 0.53 | 0.51 |
| Hex | 90 | C5 | 40 | 1B | 0 | 44 | 17 | 54 | 35 | 33 |
| Octal | 220 | 305 | 100 | 33 | 0 | 104 | 27 | 124 | 65 | 63 |
| Binary | 10010000 | 11000101 | 1000000 | 11011 | 0 | 1000100 | 10111 | 1010100 | 110101 | 110011 |
Color Harmonies of #90C540
Complementary color
Monochromatic Colors of #90C540
Black with #90C540
Text Example
Text Example
White with #90C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C540; }
p { color: rgb(144,197,64); }
H1.HeaderClassName
{
color: #90C540;
}
.AnyTagClassName
{
color: #90C540;
}
</style>
background-color css
<style>
a { background-color: #90C540; }
a { background-color: rgb(144,197,64); }
div.DivClassName
{
background-color: #90C540;
}
.BgClassName
{
background-color: #90C540;
}
</style>
border-color css
<style>
span { border-color: #90C540; }
span { border-color: rgb(144,197,64); }
td.TdClassName
{
border-color: #90C540;
}
.TagClassName
{
border-color: #90C540;
}
</style>