Shades of Atlantis #96C853
Tints of Atlantis #96C853
RGB
CMYK
RGB Variations
Color information
#96C853 (or 0x96C853) is known color: Atlantis. HEX triplet: 96, C8 and 53. RGB value is (150,200,83). Sum of RGB (Red+Green+Blue) = 150+200+83=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #96C853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C853 is #6937AC. Grayscale: #ACACAC. Windows color (decimal): -6895533 or 5490838. OLE color: 5490838.
HSL color Cylindrical-coordinate representation of color #96C853: hue angle of 85.64º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96C853 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 83 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.22 |
| HSL | 85.64º | 0.52% | 0.55% | - |
| HSV(B) | 85.64º | 0.59% | 0.78% | - |
| XYZ | 34.79 | 48.42 | 15.7 | - |
| YUV | 171.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 83 | 0.25 | 0 | 0.58 | 0.22 | 85.64 | 0.52 | 0.55 |
| Hex | 96 | C8 | 53 | 19 | 0 | 3A | 16 | 56 | 34 | 37 |
| Octal | 226 | 310 | 123 | 31 | 0 | 72 | 26 | 126 | 64 | 67 |
| Binary | 10010110 | 11001000 | 1010011 | 11001 | 0 | 111010 | 10110 | 1010110 | 110100 | 110111 |
Color Harmonies of #96C853
Complementary color
Monochromatic Colors of #96C853
Black with #96C853
Text Example
Text Example
White with #96C853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C853; }
p { color: rgb(150,200,83); }
H1.HeaderClassName
{
color: #96C853;
}
.AnyTagClassName
{
color: #96C853;
}
</style>
background-color css
<style>
a { background-color: #96C853; }
a { background-color: rgb(150,200,83); }
div.DivClassName
{
background-color: #96C853;
}
.BgClassName
{
background-color: #96C853;
}
</style>
border-color css
<style>
span { border-color: #96C853; }
span { border-color: rgb(150,200,83); }
td.TdClassName
{
border-color: #96C853;
}
.TagClassName
{
border-color: #96C853;
}
</style>