Shades of Atlantis #96D747
Tints of Atlantis #96D747
RGB
CMYK
RGB Variations
Color information
#96D747 (or 0x96D747) is known color: Atlantis. HEX triplet: 96, D7 and 47. RGB value is (150,215,71). Sum of RGB (Red+Green+Blue) = 150+215+71=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #96D747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D747 is #6928B8. Grayscale: #B3B3B3. Windows color (decimal): -6891705 or 4708246. OLE color: 4708246.
HSL color Cylindrical-coordinate representation of color #96D747: hue angle of 87.08º 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 #96D747 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 71 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.16 |
| HSL | 87.08º | 0.64% | 0.56% | - |
| HSV(B) | 87.08º | 0.67% | 0.84% | - |
| XYZ | 38.02 | 55.54 | 14.68 | - |
| YUV | 179.15 | 66.97 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 71 | 0.30 | 0 | 0.67 | 0.16 | 87.08 | 0.64 | 0.56 |
| Hex | 96 | D7 | 47 | 1E | 0 | 43 | 10 | 57 | 40 | 38 |
| Octal | 226 | 327 | 107 | 36 | 0 | 103 | 20 | 127 | 100 | 70 |
| Binary | 10010110 | 11010111 | 1000111 | 11110 | 0 | 1000011 | 10000 | 1010111 | 1000000 | 111000 |
Color Harmonies of #96D747
Complementary color
Monochromatic Colors of #96D747
Black with #96D747
Text Example
Text Example
White with #96D747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D747; }
p { color: rgb(150,215,71); }
H1.HeaderClassName
{
color: #96D747;
}
.AnyTagClassName
{
color: #96D747;
}
</style>
background-color css
<style>
a { background-color: #96D747; }
a { background-color: rgb(150,215,71); }
div.DivClassName
{
background-color: #96D747;
}
.BgClassName
{
background-color: #96D747;
}
</style>
border-color css
<style>
span { border-color: #96D747; }
span { border-color: rgb(150,215,71); }
td.TdClassName
{
border-color: #96D747;
}
.TagClassName
{
border-color: #96D747;
}
</style>