Shades of Atlantis #90C541
Tints of Atlantis #90C541
RGB
CMYK
RGB Variations
Color information
#90C541 (or 0x90C541) is known color: Atlantis. HEX triplet: 90, C5 and 41. RGB value is (144,197,65). Sum of RGB (Red+Green+Blue) = 144+197+65=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #90C541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C541 is #6F3ABE. Grayscale: #A6A6A6. Windows color (decimal): -7289535 or 4310416. OLE color: 4310416.
HSL color Cylindrical-coordinate representation of color #90C541: hue angle of 84.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90C541 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 65 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.23 |
| HSL | 84.09º | 0.53% | 0.51% | - |
| HSV(B) | 84.09º | 0.67% | 0.77% | - |
| XYZ | 32.42 | 46.24 | 12.22 | - |
| YUV | 166.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 65 | 0.27 | 0 | 0.67 | 0.23 | 84.09 | 0.53 | 0.51 |
| Hex | 90 | C5 | 41 | 1B | 0 | 43 | 17 | 54 | 35 | 33 |
| Octal | 220 | 305 | 101 | 33 | 0 | 103 | 27 | 124 | 65 | 63 |
| Binary | 10010000 | 11000101 | 1000001 | 11011 | 0 | 1000011 | 10111 | 1010100 | 110101 | 110011 |
Color Harmonies of #90C541
Complementary color
Monochromatic Colors of #90C541
Black with #90C541
Text Example
Text Example
White with #90C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C541; }
p { color: rgb(144,197,65); }
H1.HeaderClassName
{
color: #90C541;
}
.AnyTagClassName
{
color: #90C541;
}
</style>
background-color css
<style>
a { background-color: #90C541; }
a { background-color: rgb(144,197,65); }
div.DivClassName
{
background-color: #90C541;
}
.BgClassName
{
background-color: #90C541;
}
</style>
border-color css
<style>
span { border-color: #90C541; }
span { border-color: rgb(144,197,65); }
td.TdClassName
{
border-color: #90C541;
}
.TagClassName
{
border-color: #90C541;
}
</style>