Shades of Atlantis #89D142
Tints of Atlantis #89D142
RGB
CMYK
RGB Variations
Color information
#89D142 (or 0x89D142) is known color: Atlantis. HEX triplet: 89, D1 and 42. RGB value is (137,209,66). Sum of RGB (Red+Green+Blue) = 137+209+66=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #89D142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89D142 is #762EBD. Grayscale: #ABABAB. Windows color (decimal): -7745214 or 4379017. OLE color: 4379017.
HSL color Cylindrical-coordinate representation of color #89D142: hue angle of 90.21º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89D142 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 209 | 66 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.18 |
| HSL | 90.21º | 0.61% | 0.54% | - |
| HSV(B) | 90.21º | 0.68% | 0.82% | - |
| XYZ | 34.1 | 51.31 | 13.26 | - |
| YUV | 171.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 209 | 66 | 0.34 | 0 | 0.68 | 0.18 | 90.21 | 0.61 | 0.54 |
| Hex | 89 | D1 | 42 | 22 | 0 | 44 | 12 | 5A | 3D | 36 |
| Octal | 211 | 321 | 102 | 42 | 0 | 104 | 22 | 132 | 75 | 66 |
| Binary | 10001001 | 11010001 | 1000010 | 100010 | 0 | 1000100 | 10010 | 1011010 | 111101 | 110110 |
Color Harmonies of #89D142
Complementary color
Monochromatic Colors of #89D142
Black with #89D142
Text Example
Text Example
White with #89D142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D142; }
p { color: rgb(137,209,66); }
H1.HeaderClassName
{
color: #89D142;
}
.AnyTagClassName
{
color: #89D142;
}
</style>
background-color css
<style>
a { background-color: #89D142; }
a { background-color: rgb(137,209,66); }
div.DivClassName
{
background-color: #89D142;
}
.BgClassName
{
background-color: #89D142;
}
</style>
border-color css
<style>
span { border-color: #89D142; }
span { border-color: rgb(137,209,66); }
td.TdClassName
{
border-color: #89D142;
}
.TagClassName
{
border-color: #89D142;
}
</style>