Shades of Atlantis #96E543
Tints of Atlantis #96E543
RGB
CMYK
RGB Variations
Color information
#96E543 (or 0x96E543) is known color: Atlantis. HEX triplet: 96, E5 and 43. RGB value is (150,229,67). Sum of RGB (Red+Green+Blue) = 150+229+67=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #96E543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E543 is #691ABC. Grayscale: #BBBBBB. Windows color (decimal): -6888125 or 4449686. OLE color: 4449686.
HSL color Cylindrical-coordinate representation of color #96E543: hue angle of 89.26º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96E543 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 67 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.10 |
| HSL | 89.26º | 0.76% | 0.58% | - |
| HSV(B) | 89.26º | 0.71% | 0.9% | - |
| XYZ | 41.61 | 62.93 | 15.26 | - |
| YUV | 186.91 | 60.33 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 67 | 0.34 | 0 | 0.71 | 0.10 | 89.26 | 0.76 | 0.58 |
| Hex | 96 | E5 | 43 | 22 | 0 | 47 | A | 59 | 4C | 3A |
| Octal | 226 | 345 | 103 | 42 | 0 | 107 | 12 | 131 | 114 | 72 |
| Binary | 10010110 | 11100101 | 1000011 | 100010 | 0 | 1000111 | 1010 | 1011001 | 1001100 | 111010 |
Color Harmonies of #96E543
Complementary color
Monochromatic Colors of #96E543
Black with #96E543
Text Example
Text Example
White with #96E543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E543; }
p { color: rgb(150,229,67); }
H1.HeaderClassName
{
color: #96E543;
}
.AnyTagClassName
{
color: #96E543;
}
</style>
background-color css
<style>
a { background-color: #96E543; }
a { background-color: rgb(150,229,67); }
div.DivClassName
{
background-color: #96E543;
}
.BgClassName
{
background-color: #96E543;
}
</style>
border-color css
<style>
span { border-color: #96E543; }
span { border-color: rgb(150,229,67); }
td.TdClassName
{
border-color: #96E543;
}
.TagClassName
{
border-color: #96E543;
}
</style>