Shades of Atlantis #89C845
Tints of Atlantis #89C845
RGB
CMYK
RGB Variations
Color information
#89C845 (or 0x89C845) is known color: Atlantis. HEX triplet: 89, C8 and 45. RGB value is (137,200,69). Sum of RGB (Red+Green+Blue) = 137+200+69=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #89C845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C845 is #7637BA. Grayscale: #A6A6A6. Windows color (decimal): -7747515 or 4573321. OLE color: 4573321.
HSL color Cylindrical-coordinate representation of color #89C845: hue angle of 88.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89C845 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 200 | 69 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.22 |
| HSL | 88.85º | 0.54% | 0.53% | - |
| HSV(B) | 88.85º | 0.66% | 0.78% | - |
| XYZ | 32.04 | 47.06 | 13.02 | - |
| YUV | 166.23 | 73.13 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 200 | 69 | 0.32 | 0 | 0.66 | 0.22 | 88.85 | 0.54 | 0.53 |
| Hex | 89 | C8 | 45 | 20 | 0 | 42 | 16 | 59 | 36 | 35 |
| Octal | 211 | 310 | 105 | 40 | 0 | 102 | 26 | 131 | 66 | 65 |
| Binary | 10001001 | 11001000 | 1000101 | 100000 | 0 | 1000010 | 10110 | 1011001 | 110110 | 110101 |
Color Harmonies of #89C845
Complementary color
Monochromatic Colors of #89C845
Black with #89C845
Text Example
Text Example
White with #89C845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C845; }
p { color: rgb(137,200,69); }
H1.HeaderClassName
{
color: #89C845;
}
.AnyTagClassName
{
color: #89C845;
}
</style>
background-color css
<style>
a { background-color: #89C845; }
a { background-color: rgb(137,200,69); }
div.DivClassName
{
background-color: #89C845;
}
.BgClassName
{
background-color: #89C845;
}
</style>
border-color css
<style>
span { border-color: #89C845; }
span { border-color: rgb(137,200,69); }
td.TdClassName
{
border-color: #89C845;
}
.TagClassName
{
border-color: #89C845;
}
</style>