Shades of Atlantis #89C545
Tints of Atlantis #89C545
RGB
CMYK
RGB Variations
Color information
#89C545 (or 0x89C545) is known color: Atlantis. HEX triplet: 89, C5 and 45. RGB value is (137,197,69). Sum of RGB (Red+Green+Blue) = 137+197+69=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #89C545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C545 is #763ABA. Grayscale: #A4A4A4. Windows color (decimal): -7748283 or 4572553. OLE color: 4572553.
HSL color Cylindrical-coordinate representation of color #89C545: hue angle of 88.12º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89C545 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 197 | 69 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.23 |
| HSL | 88.13º | 0.52% | 0.52% | - |
| HSV(B) | 88.13º | 0.65% | 0.77% | - |
| XYZ | 31.36 | 45.68 | 12.79 | - |
| YUV | 164.47 | 74.12 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 69 | 0.30 | 0 | 0.65 | 0.23 | 88.13 | 0.52 | 0.52 |
| Hex | 89 | C5 | 45 | 1E | 0 | 41 | 17 | 58 | 34 | 34 |
| Octal | 211 | 305 | 105 | 36 | 0 | 101 | 27 | 130 | 64 | 64 |
| Binary | 10001001 | 11000101 | 1000101 | 11110 | 0 | 1000001 | 10111 | 1011000 | 110100 | 110100 |
Color Harmonies of #89C545
Complementary color
Monochromatic Colors of #89C545
Black with #89C545
Text Example
Text Example
White with #89C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C545; }
p { color: rgb(137,197,69); }
H1.HeaderClassName
{
color: #89C545;
}
.AnyTagClassName
{
color: #89C545;
}
</style>
background-color css
<style>
a { background-color: #89C545; }
a { background-color: rgb(137,197,69); }
div.DivClassName
{
background-color: #89C545;
}
.BgClassName
{
background-color: #89C545;
}
</style>
border-color css
<style>
span { border-color: #89C545; }
span { border-color: rgb(137,197,69); }
td.TdClassName
{
border-color: #89C545;
}
.TagClassName
{
border-color: #89C545;
}
</style>