Shades of Atlantis #96EC45
Tints of Atlantis #96EC45
RGB
CMYK
RGB Variations
Color information
#96EC45 (or 0x96EC45) is known color: Atlantis. HEX triplet: 96, EC and 45. RGB value is (150,236,69). Sum of RGB (Red+Green+Blue) = 150+236+69=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EC45 is #6913BA. Grayscale: #BFBFBF. Windows color (decimal): -6886331 or 4582550. OLE color: 4582550.
HSL color Cylindrical-coordinate representation of color #96EC45: hue angle of 90.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96EC45 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 69 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.07 |
| HSL | 90.9º | 0.81% | 0.6% | - |
| HSV(B) | 90.9º | 0.71% | 0.93% | - |
| XYZ | 43.65 | 66.9 | 16.24 | - |
| YUV | 191.25 | 59.01 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 69 | 0.36 | 0 | 0.71 | 0.07 | 90.9 | 0.81 | 0.6 |
| Hex | 96 | EC | 45 | 24 | 0 | 47 | 7 | 5B | 51 | 3C |
| Octal | 226 | 354 | 105 | 44 | 0 | 107 | 7 | 133 | 121 | 74 |
| Binary | 10010110 | 11101100 | 1000101 | 100100 | 0 | 1000111 | 111 | 1011011 | 1010001 | 111100 |
Color Harmonies of #96EC45
Complementary color
Monochromatic Colors of #96EC45
Black with #96EC45
Text Example
Text Example
White with #96EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC45; }
p { color: rgb(150,236,69); }
H1.HeaderClassName
{
color: #96EC45;
}
.AnyTagClassName
{
color: #96EC45;
}
</style>
background-color css
<style>
a { background-color: #96EC45; }
a { background-color: rgb(150,236,69); }
div.DivClassName
{
background-color: #96EC45;
}
.BgClassName
{
background-color: #96EC45;
}
</style>
border-color css
<style>
span { border-color: #96EC45; }
span { border-color: rgb(150,236,69); }
td.TdClassName
{
border-color: #96EC45;
}
.TagClassName
{
border-color: #96EC45;
}
</style>