Shades of Atlantis #96E146
Tints of Atlantis #96E146
RGB
CMYK
RGB Variations
Color information
#96E146 (or 0x96E146) is known color: Atlantis. HEX triplet: 96, E1 and 46. RGB value is (150,225,70). Sum of RGB (Red+Green+Blue) = 150+225+70=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #96E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E146 is #691EB9. Grayscale: #B9B9B9. Windows color (decimal): -6889146 or 4645270. OLE color: 4645270.
HSL color Cylindrical-coordinate representation of color #96E146: hue angle of 89.03º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96E146 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 70 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.12 |
| HSL | 89.03º | 0.72% | 0.58% | - |
| HSV(B) | 89.03º | 0.69% | 0.88% | - |
| XYZ | 40.61 | 60.78 | 15.39 | - |
| YUV | 184.91 | 63.15 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 70 | 0.33 | 0 | 0.69 | 0.12 | 89.03 | 0.72 | 0.58 |
| Hex | 96 | E1 | 46 | 21 | 0 | 45 | C | 59 | 48 | 3A |
| Octal | 226 | 341 | 106 | 41 | 0 | 105 | 14 | 131 | 110 | 72 |
| Binary | 10010110 | 11100001 | 1000110 | 100001 | 0 | 1000101 | 1100 | 1011001 | 1001000 | 111010 |
Color Harmonies of #96E146
Complementary color
Monochromatic Colors of #96E146
Black with #96E146
Text Example
Text Example
White with #96E146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E146; }
p { color: rgb(150,225,70); }
H1.HeaderClassName
{
color: #96E146;
}
.AnyTagClassName
{
color: #96E146;
}
</style>
background-color css
<style>
a { background-color: #96E146; }
a { background-color: rgb(150,225,70); }
div.DivClassName
{
background-color: #96E146;
}
.BgClassName
{
background-color: #96E146;
}
</style>
border-color css
<style>
span { border-color: #96E146; }
span { border-color: rgb(150,225,70); }
td.TdClassName
{
border-color: #96E146;
}
.TagClassName
{
border-color: #96E146;
}
</style>