Shades of Atlantis #90BA40
Tints of Atlantis #90BA40
RGB
CMYK
RGB Variations
Color information
#90BA40 (or 0x90BA40) is known color: Atlantis. HEX triplet: 90, BA and 40. RGB value is (144,186,64). Sum of RGB (Red+Green+Blue) = 144+186+64=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BA40 is #6F45BF. Grayscale: #9F9F9F. Windows color (decimal): -7292352 or 4242064. OLE color: 4242064.
HSL color Cylindrical-coordinate representation of color #90BA40: hue angle of 80.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90BA40 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 64 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.27 |
| HSL | 80.66º | 0.49% | 0.49% | - |
| HSV(B) | 80.66º | 0.66% | 0.73% | - |
| XYZ | 29.99 | 41.42 | 11.26 | - |
| YUV | 159.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 64 | 0.23 | 0 | 0.66 | 0.27 | 80.66 | 0.49 | 0.49 |
| Hex | 90 | BA | 40 | 17 | 0 | 42 | 1B | 51 | 31 | 31 |
| Octal | 220 | 272 | 100 | 27 | 0 | 102 | 33 | 121 | 61 | 61 |
| Binary | 10010000 | 10111010 | 1000000 | 10111 | 0 | 1000010 | 11011 | 1010001 | 110001 | 110001 |
Color Harmonies of #90BA40
Complementary color
Monochromatic Colors of #90BA40
Black with #90BA40
Text Example
Text Example
White with #90BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA40; }
p { color: rgb(144,186,64); }
H1.HeaderClassName
{
color: #90BA40;
}
.AnyTagClassName
{
color: #90BA40;
}
</style>
background-color css
<style>
a { background-color: #90BA40; }
a { background-color: rgb(144,186,64); }
div.DivClassName
{
background-color: #90BA40;
}
.BgClassName
{
background-color: #90BA40;
}
</style>
border-color css
<style>
span { border-color: #90BA40; }
span { border-color: rgb(144,186,64); }
td.TdClassName
{
border-color: #90BA40;
}
.TagClassName
{
border-color: #90BA40;
}
</style>