Shades of Atlantis #96C53D
Tints of Atlantis #96C53D
RGB
CMYK
RGB Variations
Color information
#96C53D (or 0x96C53D) is known color: Atlantis. HEX triplet: 96, C5 and 3D. RGB value is (150,197,61). Sum of RGB (Red+Green+Blue) = 150+197+61=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #96C53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C53D is #693AC2. Grayscale: #A7A7A7. Windows color (decimal): -6896323 or 4048278. OLE color: 4048278.
HSL color Cylindrical-coordinate representation of color #96C53D: hue angle of 80.74º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96C53D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 61 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.23 |
| HSL | 80.74º | 0.54% | 0.51% | - |
| HSV(B) | 80.74º | 0.69% | 0.77% | - |
| XYZ | 33.39 | 46.75 | 11.68 | - |
| YUV | 167.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 61 | 0.24 | 0 | 0.69 | 0.23 | 80.74 | 0.54 | 0.51 |
| Hex | 96 | C5 | 3D | 18 | 0 | 45 | 17 | 51 | 36 | 33 |
| Octal | 226 | 305 | 75 | 30 | 0 | 105 | 27 | 121 | 66 | 63 |
| Binary | 10010110 | 11000101 | 111101 | 11000 | 0 | 1000101 | 10111 | 1010001 | 110110 | 110011 |
Color Harmonies of #96C53D
Complementary color
Monochromatic Colors of #96C53D
Black with #96C53D
Text Example
Text Example
White with #96C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C53D; }
p { color: rgb(150,197,61); }
H1.HeaderClassName
{
color: #96C53D;
}
.AnyTagClassName
{
color: #96C53D;
}
</style>
background-color css
<style>
a { background-color: #96C53D; }
a { background-color: rgb(150,197,61); }
div.DivClassName
{
background-color: #96C53D;
}
.BgClassName
{
background-color: #96C53D;
}
</style>
border-color css
<style>
span { border-color: #96C53D; }
span { border-color: rgb(150,197,61); }
td.TdClassName
{
border-color: #96C53D;
}
.TagClassName
{
border-color: #96C53D;
}
</style>