Shades of Atlantis #96C545
Tints of Atlantis #96C545
RGB
CMYK
RGB Variations
Color information
#96C545 (or 0x96C545) is known color: Atlantis. HEX triplet: 96, C5 and 45. RGB value is (150,197,69). Sum of RGB (Red+Green+Blue) = 150+197+69=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #96C545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C545 is #693ABA. Grayscale: #A8A8A8. Windows color (decimal): -6896315 or 4572566. OLE color: 4572566.
HSL color Cylindrical-coordinate representation of color #96C545: hue angle of 82.03º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96C545 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 69 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.23 |
| HSL | 82.03º | 0.52% | 0.52% | - |
| HSV(B) | 82.03º | 0.65% | 0.77% | - |
| XYZ | 33.62 | 46.85 | 12.9 | - |
| YUV | 168.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 69 | 0.24 | 0 | 0.65 | 0.23 | 82.03 | 0.52 | 0.52 |
| Hex | 96 | C5 | 45 | 18 | 0 | 41 | 17 | 52 | 34 | 34 |
| Octal | 226 | 305 | 105 | 30 | 0 | 101 | 27 | 122 | 64 | 64 |
| Binary | 10010110 | 11000101 | 1000101 | 11000 | 0 | 1000001 | 10111 | 1010010 | 110100 | 110100 |
Color Harmonies of #96C545
Complementary color
Monochromatic Colors of #96C545
Black with #96C545
Text Example
Text Example
White with #96C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C545; }
p { color: rgb(150,197,69); }
H1.HeaderClassName
{
color: #96C545;
}
.AnyTagClassName
{
color: #96C545;
}
</style>
background-color css
<style>
a { background-color: #96C545; }
a { background-color: rgb(150,197,69); }
div.DivClassName
{
background-color: #96C545;
}
.BgClassName
{
background-color: #96C545;
}
</style>
border-color css
<style>
span { border-color: #96C545; }
span { border-color: rgb(150,197,69); }
td.TdClassName
{
border-color: #96C545;
}
.TagClassName
{
border-color: #96C545;
}
</style>