Shades of Atlantis #96C647
Tints of Atlantis #96C647
RGB
CMYK
RGB Variations
Color information
#96C647 (or 0x96C647) is known color: Atlantis. HEX triplet: 96, C6 and 47. RGB value is (150,198,71). Sum of RGB (Red+Green+Blue) = 150+198+71=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #96C647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C647 is #6939B8. Grayscale: #A9A9A9. Windows color (decimal): -6896057 or 4703894. OLE color: 4703894.
HSL color Cylindrical-coordinate representation of color #96C647: hue angle of 82.68º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96C647 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 71 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.22 |
| HSL | 82.68º | 0.53% | 0.53% | - |
| HSV(B) | 82.68º | 0.64% | 0.78% | - |
| XYZ | 33.91 | 47.33 | 13.31 | - |
| YUV | 169.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 71 | 0.24 | 0 | 0.64 | 0.22 | 82.68 | 0.53 | 0.53 |
| Hex | 96 | C6 | 47 | 18 | 0 | 40 | 16 | 53 | 35 | 35 |
| Octal | 226 | 306 | 107 | 30 | 0 | 100 | 26 | 123 | 65 | 65 |
| Binary | 10010110 | 11000110 | 1000111 | 11000 | 0 | 1000000 | 10110 | 1010011 | 110101 | 110101 |
Color Harmonies of #96C647
Complementary color
Monochromatic Colors of #96C647
Black with #96C647
Text Example
Text Example
White with #96C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C647; }
p { color: rgb(150,198,71); }
H1.HeaderClassName
{
color: #96C647;
}
.AnyTagClassName
{
color: #96C647;
}
</style>
background-color css
<style>
a { background-color: #96C647; }
a { background-color: rgb(150,198,71); }
div.DivClassName
{
background-color: #96C647;
}
.BgClassName
{
background-color: #96C647;
}
</style>
border-color css
<style>
span { border-color: #96C647; }
span { border-color: rgb(150,198,71); }
td.TdClassName
{
border-color: #96C647;
}
.TagClassName
{
border-color: #96C647;
}
</style>