Shades of Atlantis #96D746
Tints of Atlantis #96D746
RGB
CMYK
RGB Variations
Color information
#96D746 (or 0x96D746) is known color: Atlantis. HEX triplet: 96, D7 and 46. RGB value is (150,215,70). Sum of RGB (Red+Green+Blue) = 150+215+70=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #96D746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D746 is #6928B9. Grayscale: #B3B3B3. Windows color (decimal): -6891706 or 4642710. OLE color: 4642710.
HSL color Cylindrical-coordinate representation of color #96D746: hue angle of 86.9º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96D746 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 70 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.16 |
| HSL | 86.9º | 0.64% | 0.56% | - |
| HSV(B) | 86.9º | 0.67% | 0.84% | - |
| XYZ | 37.98 | 55.53 | 14.51 | - |
| YUV | 179.04 | 66.47 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 70 | 0.30 | 0 | 0.67 | 0.16 | 86.9 | 0.64 | 0.56 |
| Hex | 96 | D7 | 46 | 1E | 0 | 43 | 10 | 57 | 40 | 38 |
| Octal | 226 | 327 | 106 | 36 | 0 | 103 | 20 | 127 | 100 | 70 |
| Binary | 10010110 | 11010111 | 1000110 | 11110 | 0 | 1000011 | 10000 | 1010111 | 1000000 | 111000 |
Color Harmonies of #96D746
Complementary color
Monochromatic Colors of #96D746
Black with #96D746
Text Example
Text Example
White with #96D746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D746; }
p { color: rgb(150,215,70); }
H1.HeaderClassName
{
color: #96D746;
}
.AnyTagClassName
{
color: #96D746;
}
</style>
background-color css
<style>
a { background-color: #96D746; }
a { background-color: rgb(150,215,70); }
div.DivClassName
{
background-color: #96D746;
}
.BgClassName
{
background-color: #96D746;
}
</style>
border-color css
<style>
span { border-color: #96D746; }
span { border-color: rgb(150,215,70); }
td.TdClassName
{
border-color: #96D746;
}
.TagClassName
{
border-color: #96D746;
}
</style>