Shades of Atlantis #96C243
Tints of Atlantis #96C243
RGB
CMYK
RGB Variations
Color information
#96C243 (or 0x96C243) is known color: Atlantis. HEX triplet: 96, C2 and 43. RGB value is (150,194,67). Sum of RGB (Red+Green+Blue) = 150+194+67=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #96C243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C243 is #693DBC. Grayscale: #A6A6A6. Windows color (decimal): -6897085 or 4440726. OLE color: 4440726.
HSL color Cylindrical-coordinate representation of color #96C243: hue angle of 80.79º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96C243 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 67 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.24 |
| HSL | 80.79º | 0.51% | 0.51% | - |
| HSV(B) | 80.79º | 0.65% | 0.76% | - |
| XYZ | 32.88 | 45.47 | 12.35 | - |
| YUV | 166.37 | 71.92 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 67 | 0.23 | 0 | 0.65 | 0.24 | 80.79 | 0.51 | 0.51 |
| Hex | 96 | C2 | 43 | 17 | 0 | 41 | 18 | 51 | 33 | 33 |
| Octal | 226 | 302 | 103 | 27 | 0 | 101 | 30 | 121 | 63 | 63 |
| Binary | 10010110 | 11000010 | 1000011 | 10111 | 0 | 1000001 | 11000 | 1010001 | 110011 | 110011 |
Color Harmonies of #96C243
Complementary color
Monochromatic Colors of #96C243
Black with #96C243
Text Example
Text Example
White with #96C243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C243; }
p { color: rgb(150,194,67); }
H1.HeaderClassName
{
color: #96C243;
}
.AnyTagClassName
{
color: #96C243;
}
</style>
background-color css
<style>
a { background-color: #96C243; }
a { background-color: rgb(150,194,67); }
div.DivClassName
{
background-color: #96C243;
}
.BgClassName
{
background-color: #96C243;
}
</style>
border-color css
<style>
span { border-color: #96C243; }
span { border-color: rgb(150,194,67); }
td.TdClassName
{
border-color: #96C243;
}
.TagClassName
{
border-color: #96C243;
}
</style>