Shades of Atlantis #89E146
Tints of Atlantis #89E146
RGB
CMYK
RGB Variations
Color information
#89E146 (or 0x89E146) is known color: Atlantis. HEX triplet: 89, E1 and 46. RGB value is (137,225,70). Sum of RGB (Red+Green+Blue) = 137+225+70=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #89E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89E146 is #761EB9. Grayscale: #B5B5B5. Windows color (decimal): -7741114 or 4645257. OLE color: 4645257.
HSL color Cylindrical-coordinate representation of color #89E146: hue angle of 94.06º 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 #89E146 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 225 | 70 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.12 |
| HSL | 94.06º | 0.72% | 0.58% | - |
| HSV(B) | 94.06º | 0.69% | 0.88% | - |
| XYZ | 38.35 | 59.61 | 15.28 | - |
| YUV | 181.02 | 65.35 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 225 | 70 | 0.39 | 0 | 0.69 | 0.12 | 94.06 | 0.72 | 0.58 |
| Hex | 89 | E1 | 46 | 27 | 0 | 45 | C | 5E | 48 | 3A |
| Octal | 211 | 341 | 106 | 47 | 0 | 105 | 14 | 136 | 110 | 72 |
| Binary | 10001001 | 11100001 | 1000110 | 100111 | 0 | 1000101 | 1100 | 1011110 | 1001000 | 111010 |
Color Harmonies of #89E146
Complementary color
Monochromatic Colors of #89E146
Black with #89E146
Text Example
Text Example
White with #89E146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E146; }
p { color: rgb(137,225,70); }
H1.HeaderClassName
{
color: #89E146;
}
.AnyTagClassName
{
color: #89E146;
}
</style>
background-color css
<style>
a { background-color: #89E146; }
a { background-color: rgb(137,225,70); }
div.DivClassName
{
background-color: #89E146;
}
.BgClassName
{
background-color: #89E146;
}
</style>
border-color css
<style>
span { border-color: #89E146; }
span { border-color: rgb(137,225,70); }
td.TdClassName
{
border-color: #89E146;
}
.TagClassName
{
border-color: #89E146;
}
</style>