Shades of Atlantis #96C241
Tints of Atlantis #96C241
RGB
CMYK
RGB Variations
Color information
#96C241 (or 0x96C241) is known color: Atlantis. HEX triplet: 96, C2 and 41. RGB value is (150,194,65). Sum of RGB (Red+Green+Blue) = 150+194+65=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #96C241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C241 is #693DBE. Grayscale: #A6A6A6. Windows color (decimal): -6897087 or 4309654. OLE color: 4309654.
HSL color Cylindrical-coordinate representation of color #96C241: hue angle of 80.47º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96C241 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 65 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.24 |
| HSL | 80.47º | 0.51% | 0.51% | - |
| HSV(B) | 80.47º | 0.66% | 0.76% | - |
| XYZ | 32.82 | 45.45 | 12.04 | - |
| YUV | 166.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 65 | 0.23 | 0 | 0.66 | 0.24 | 80.47 | 0.51 | 0.51 |
| Hex | 96 | C2 | 41 | 17 | 0 | 42 | 18 | 50 | 33 | 33 |
| Octal | 226 | 302 | 101 | 27 | 0 | 102 | 30 | 120 | 63 | 63 |
| Binary | 10010110 | 11000010 | 1000001 | 10111 | 0 | 1000010 | 11000 | 1010000 | 110011 | 110011 |
Color Harmonies of #96C241
Complementary color
Monochromatic Colors of #96C241
Black with #96C241
Text Example
Text Example
White with #96C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C241; }
p { color: rgb(150,194,65); }
H1.HeaderClassName
{
color: #96C241;
}
.AnyTagClassName
{
color: #96C241;
}
</style>
background-color css
<style>
a { background-color: #96C241; }
a { background-color: rgb(150,194,65); }
div.DivClassName
{
background-color: #96C241;
}
.BgClassName
{
background-color: #96C241;
}
</style>
border-color css
<style>
span { border-color: #96C241; }
span { border-color: rgb(150,194,65); }
td.TdClassName
{
border-color: #96C241;
}
.TagClassName
{
border-color: #96C241;
}
</style>