Shades of Atlantis #96BA40
Tints of Atlantis #96BA40
RGB
CMYK
RGB Variations
Color information
#96BA40 (or 0x96BA40) is known color: Atlantis. HEX triplet: 96, BA and 40. RGB value is (150,186,64). Sum of RGB (Red+Green+Blue) = 150+186+64=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA40 is #6945BF. Grayscale: #A1A1A1. Windows color (decimal): -6899136 or 4242070. OLE color: 4242070.
HSL color Cylindrical-coordinate representation of color #96BA40: hue angle of 77.7º 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 #96BA40 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 64 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.27 |
| HSL | 77.7º | 0.49% | 0.49% | - |
| HSV(B) | 77.7º | 0.66% | 0.73% | - |
| XYZ | 31.06 | 41.97 | 11.31 | - |
| YUV | 161.33 | 73.07 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 64 | 0.19 | 0 | 0.66 | 0.27 | 77.7 | 0.49 | 0.49 |
| Hex | 96 | BA | 40 | 13 | 0 | 42 | 1B | 4E | 31 | 31 |
| Octal | 226 | 272 | 100 | 23 | 0 | 102 | 33 | 116 | 61 | 61 |
| Binary | 10010110 | 10111010 | 1000000 | 10011 | 0 | 1000010 | 11011 | 1001110 | 110001 | 110001 |
Color Harmonies of #96BA40
Complementary color
Monochromatic Colors of #96BA40
Black with #96BA40
Text Example
Text Example
White with #96BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA40; }
p { color: rgb(150,186,64); }
H1.HeaderClassName
{
color: #96BA40;
}
.AnyTagClassName
{
color: #96BA40;
}
</style>
background-color css
<style>
a { background-color: #96BA40; }
a { background-color: rgb(150,186,64); }
div.DivClassName
{
background-color: #96BA40;
}
.BgClassName
{
background-color: #96BA40;
}
</style>
border-color css
<style>
span { border-color: #96BA40; }
span { border-color: rgb(150,186,64); }
td.TdClassName
{
border-color: #96BA40;
}
.TagClassName
{
border-color: #96BA40;
}
</style>