Shades of Atlantis #89E149
Tints of Atlantis #89E149
RGB
CMYK
RGB Variations
Color information
#89E149 (or 0x89E149) is known color: Atlantis. HEX triplet: 89, E1 and 49. RGB value is (137,225,73). Sum of RGB (Red+Green+Blue) = 137+225+73=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #89E149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89E149 is #761EB6. Grayscale: #B5B5B5. Windows color (decimal): -7741111 or 4841865. OLE color: 4841865.
HSL color Cylindrical-coordinate representation of color #89E149: hue angle of 94.74º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89E149 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 225 | 73 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.12 |
| HSL | 94.74º | 0.72% | 0.58% | - |
| HSV(B) | 94.74º | 0.68% | 0.88% | - |
| XYZ | 38.44 | 59.65 | 15.79 | - |
| YUV | 181.36 | 66.85 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 225 | 73 | 0.39 | 0 | 0.68 | 0.12 | 94.74 | 0.72 | 0.58 |
| Hex | 89 | E1 | 49 | 27 | 0 | 44 | C | 5F | 48 | 3A |
| Octal | 211 | 341 | 111 | 47 | 0 | 104 | 14 | 137 | 110 | 72 |
| Binary | 10001001 | 11100001 | 1001001 | 100111 | 0 | 1000100 | 1100 | 1011111 | 1001000 | 111010 |
Color Harmonies of #89E149
Complementary color
Monochromatic Colors of #89E149
Black with #89E149
Text Example
Text Example
White with #89E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E149; }
p { color: rgb(137,225,73); }
H1.HeaderClassName
{
color: #89E149;
}
.AnyTagClassName
{
color: #89E149;
}
</style>
background-color css
<style>
a { background-color: #89E149; }
a { background-color: rgb(137,225,73); }
div.DivClassName
{
background-color: #89E149;
}
.BgClassName
{
background-color: #89E149;
}
</style>
border-color css
<style>
span { border-color: #89E149; }
span { border-color: rgb(137,225,73); }
td.TdClassName
{
border-color: #89E149;
}
.TagClassName
{
border-color: #89E149;
}
</style>