Shades of Atlantis #96C550
Tints of Atlantis #96C550
RGB
CMYK
RGB Variations
Color information
#96C550 (or 0x96C550) is known color: Atlantis. HEX triplet: 96, C5 and 50. RGB value is (150,197,80). Sum of RGB (Red+Green+Blue) = 150+197+80=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #96C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C550 is #693AAF. Grayscale: #AAAAAA. Windows color (decimal): -6896304 or 5293462. OLE color: 5293462.
HSL color Cylindrical-coordinate representation of color #96C550: hue angle of 84.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96C550 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 80 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.23 |
| HSL | 84.1º | 0.5% | 0.54% | - |
| HSV(B) | 84.1º | 0.59% | 0.77% | - |
| XYZ | 33.99 | 47 | 14.87 | - |
| YUV | 169.61 | 77.43 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 80 | 0.24 | 0 | 0.59 | 0.23 | 84.1 | 0.5 | 0.54 |
| Hex | 96 | C5 | 50 | 18 | 0 | 3B | 17 | 54 | 32 | 36 |
| Octal | 226 | 305 | 120 | 30 | 0 | 73 | 27 | 124 | 62 | 66 |
| Binary | 10010110 | 11000101 | 1010000 | 11000 | 0 | 111011 | 10111 | 1010100 | 110010 | 110110 |
Color Harmonies of #96C550
Complementary color
Monochromatic Colors of #96C550
Black with #96C550
Text Example
Text Example
White with #96C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C550; }
p { color: rgb(150,197,80); }
H1.HeaderClassName
{
color: #96C550;
}
.AnyTagClassName
{
color: #96C550;
}
</style>
background-color css
<style>
a { background-color: #96C550; }
a { background-color: rgb(150,197,80); }
div.DivClassName
{
background-color: #96C550;
}
.BgClassName
{
background-color: #96C550;
}
</style>
border-color css
<style>
span { border-color: #96C550; }
span { border-color: rgb(150,197,80); }
td.TdClassName
{
border-color: #96C550;
}
.TagClassName
{
border-color: #96C550;
}
</style>