Shades of Atlantis #90C53F
Tints of Atlantis #90C53F
RGB
CMYK
RGB Variations
Color information
#90C53F (or 0x90C53F) is known color: Atlantis. HEX triplet: 90, C5 and 3F. RGB value is (144,197,63). Sum of RGB (Red+Green+Blue) = 144+197+63=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #90C53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C53F is #6F3AC0. Grayscale: #A6A6A6. Windows color (decimal): -7289537 or 4179344. OLE color: 4179344.
HSL color Cylindrical-coordinate representation of color #90C53F: hue angle of 83.73º degrees, saturation: 0.54, 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 #90C53F is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 63 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.23 |
| HSL | 83.73º | 0.54% | 0.51% | - |
| HSV(B) | 83.73º | 0.68% | 0.77% | - |
| XYZ | 32.37 | 46.22 | 11.92 | - |
| YUV | 165.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 63 | 0.27 | 0 | 0.68 | 0.23 | 83.73 | 0.54 | 0.51 |
| Hex | 90 | C5 | 3F | 1B | 0 | 44 | 17 | 54 | 36 | 33 |
| Octal | 220 | 305 | 77 | 33 | 0 | 104 | 27 | 124 | 66 | 63 |
| Binary | 10010000 | 11000101 | 111111 | 11011 | 0 | 1000100 | 10111 | 1010100 | 110110 | 110011 |
Color Harmonies of #90C53F
Complementary color
Monochromatic Colors of #90C53F
Black with #90C53F
Text Example
Text Example
White with #90C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C53F; }
p { color: rgb(144,197,63); }
H1.HeaderClassName
{
color: #90C53F;
}
.AnyTagClassName
{
color: #90C53F;
}
</style>
background-color css
<style>
a { background-color: #90C53F; }
a { background-color: rgb(144,197,63); }
div.DivClassName
{
background-color: #90C53F;
}
.BgClassName
{
background-color: #90C53F;
}
</style>
border-color css
<style>
span { border-color: #90C53F; }
span { border-color: rgb(144,197,63); }
td.TdClassName
{
border-color: #90C53F;
}
.TagClassName
{
border-color: #90C53F;
}
</style>