Shades of Atlantis #89D141
Tints of Atlantis #89D141
RGB
CMYK
RGB Variations
Color information
#89D141 (or 0x89D141) is known color: Atlantis. HEX triplet: 89, D1 and 41. RGB value is (137,209,65). Sum of RGB (Red+Green+Blue) = 137+209+65=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #89D141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89D141 is #762EBE. Grayscale: #ABABAB. Windows color (decimal): -7745215 or 4313481. OLE color: 4313481.
HSL color Cylindrical-coordinate representation of color #89D141: hue angle of 90º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89D141 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 209 | 65 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.18 |
| HSL | 90º | 0.61% | 0.54% | - |
| HSV(B) | 90º | 0.69% | 0.82% | - |
| XYZ | 34.07 | 51.3 | 13.11 | - |
| YUV | 171.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 209 | 65 | 0.34 | 0 | 0.69 | 0.18 | 90 | 0.61 | 0.54 |
| Hex | 89 | D1 | 41 | 22 | 0 | 45 | 12 | 5A | 3D | 36 |
| Octal | 211 | 321 | 101 | 42 | 0 | 105 | 22 | 132 | 75 | 66 |
| Binary | 10001001 | 11010001 | 1000001 | 100010 | 0 | 1000101 | 10010 | 1011010 | 111101 | 110110 |
Color Harmonies of #89D141
Complementary color
Monochromatic Colors of #89D141
Black with #89D141
Text Example
Text Example
White with #89D141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D141; }
p { color: rgb(137,209,65); }
H1.HeaderClassName
{
color: #89D141;
}
.AnyTagClassName
{
color: #89D141;
}
</style>
background-color css
<style>
a { background-color: #89D141; }
a { background-color: rgb(137,209,65); }
div.DivClassName
{
background-color: #89D141;
}
.BgClassName
{
background-color: #89D141;
}
</style>
border-color css
<style>
span { border-color: #89D141; }
span { border-color: rgb(137,209,65); }
td.TdClassName
{
border-color: #89D141;
}
.TagClassName
{
border-color: #89D141;
}
</style>