Shades of Atlantis #96BC40
Tints of Atlantis #96BC40
RGB
CMYK
RGB Variations
Color information
#96BC40 (or 0x96BC40) is known color: Atlantis. HEX triplet: 96, BC and 40. RGB value is (150,188,64). Sum of RGB (Red+Green+Blue) = 150+188+64=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC40 is #6943BF. Grayscale: #A2A2A2. Windows color (decimal): -6898624 or 4242582. OLE color: 4242582.
HSL color Cylindrical-coordinate representation of color #96BC40: hue angle of 78.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96BC40 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 64 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.26 |
| HSL | 78.39º | 0.49% | 0.49% | - |
| HSV(B) | 78.39º | 0.66% | 0.74% | - |
| XYZ | 31.49 | 42.82 | 11.46 | - |
| YUV | 162.5 | 72.41 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 64 | 0.20 | 0 | 0.66 | 0.26 | 78.39 | 0.49 | 0.49 |
| Hex | 96 | BC | 40 | 14 | 0 | 42 | 1A | 4E | 31 | 31 |
| Octal | 226 | 274 | 100 | 24 | 0 | 102 | 32 | 116 | 61 | 61 |
| Binary | 10010110 | 10111100 | 1000000 | 10100 | 0 | 1000010 | 11010 | 1001110 | 110001 | 110001 |
Color Harmonies of #96BC40
Complementary color
Monochromatic Colors of #96BC40
Black with #96BC40
Text Example
Text Example
White with #96BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC40; }
p { color: rgb(150,188,64); }
H1.HeaderClassName
{
color: #96BC40;
}
.AnyTagClassName
{
color: #96BC40;
}
</style>
background-color css
<style>
a { background-color: #96BC40; }
a { background-color: rgb(150,188,64); }
div.DivClassName
{
background-color: #96BC40;
}
.BgClassName
{
background-color: #96BC40;
}
</style>
border-color css
<style>
span { border-color: #96BC40; }
span { border-color: rgb(150,188,64); }
td.TdClassName
{
border-color: #96BC40;
}
.TagClassName
{
border-color: #96BC40;
}
</style>