Shades of Atlantis #96C950
Tints of Atlantis #96C950
RGB
CMYK
RGB Variations
Color information
#96C950 (or 0x96C950) is known color: Atlantis. HEX triplet: 96, C9 and 50. RGB value is (150,201,80). Sum of RGB (Red+Green+Blue) = 150+201+80=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #96C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C950 is #6936AF. Grayscale: #ACACAC. Windows color (decimal): -6895280 or 5294486. OLE color: 5294486.
HSL color Cylindrical-coordinate representation of color #96C950: hue angle of 85.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96C950 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 80 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.21 |
| HSL | 85.29º | 0.53% | 0.55% | - |
| HSV(B) | 85.29º | 0.6% | 0.79% | - |
| XYZ | 34.91 | 48.84 | 15.18 | - |
| YUV | 171.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 80 | 0.25 | 0 | 0.60 | 0.21 | 85.29 | 0.53 | 0.55 |
| Hex | 96 | C9 | 50 | 19 | 0 | 3C | 15 | 55 | 35 | 37 |
| Octal | 226 | 311 | 120 | 31 | 0 | 74 | 25 | 125 | 65 | 67 |
| Binary | 10010110 | 11001001 | 1010000 | 11001 | 0 | 111100 | 10101 | 1010101 | 110101 | 110111 |
Color Harmonies of #96C950
Complementary color
Monochromatic Colors of #96C950
Black with #96C950
Text Example
Text Example
White with #96C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C950; }
p { color: rgb(150,201,80); }
H1.HeaderClassName
{
color: #96C950;
}
.AnyTagClassName
{
color: #96C950;
}
</style>
background-color css
<style>
a { background-color: #96C950; }
a { background-color: rgb(150,201,80); }
div.DivClassName
{
background-color: #96C950;
}
.BgClassName
{
background-color: #96C950;
}
</style>
border-color css
<style>
span { border-color: #96C950; }
span { border-color: rgb(150,201,80); }
td.TdClassName
{
border-color: #96C950;
}
.TagClassName
{
border-color: #96C950;
}
</style>