Shades of Atlantis #89D546
Tints of Atlantis #89D546
RGB
CMYK
RGB Variations
Color information
#89D546 (or 0x89D546) is known color: Atlantis. HEX triplet: 89, D5 and 46. RGB value is (137,213,70). Sum of RGB (Red+Green+Blue) = 137+213+70=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #89D546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89D546 is #762AB9. Grayscale: #AEAEAE. Windows color (decimal): -7744186 or 4642185. OLE color: 4642185.
HSL color Cylindrical-coordinate representation of color #89D546: hue angle of 91.89º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89D546 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 213 | 70 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.16 |
| HSL | 91.89º | 0.63% | 0.55% | - |
| HSV(B) | 91.89º | 0.67% | 0.84% | - |
| XYZ | 35.22 | 53.35 | 14.24 | - |
| YUV | 173.97 | 69.32 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 213 | 70 | 0.36 | 0 | 0.67 | 0.16 | 91.89 | 0.63 | 0.55 |
| Hex | 89 | D5 | 46 | 24 | 0 | 43 | 10 | 5C | 3F | 37 |
| Octal | 211 | 325 | 106 | 44 | 0 | 103 | 20 | 134 | 77 | 67 |
| Binary | 10001001 | 11010101 | 1000110 | 100100 | 0 | 1000011 | 10000 | 1011100 | 111111 | 110111 |
Color Harmonies of #89D546
Complementary color
Monochromatic Colors of #89D546
Black with #89D546
Text Example
Text Example
White with #89D546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D546; }
p { color: rgb(137,213,70); }
H1.HeaderClassName
{
color: #89D546;
}
.AnyTagClassName
{
color: #89D546;
}
</style>
background-color css
<style>
a { background-color: #89D546; }
a { background-color: rgb(137,213,70); }
div.DivClassName
{
background-color: #89D546;
}
.BgClassName
{
background-color: #89D546;
}
</style>
border-color css
<style>
span { border-color: #89D546; }
span { border-color: rgb(137,213,70); }
td.TdClassName
{
border-color: #89D546;
}
.TagClassName
{
border-color: #89D546;
}
</style>