Shades of Atlantis #89C040
Tints of Atlantis #89C040
RGB
CMYK
RGB Variations
Color information
#89C040 (or 0x89C040) is known color: Atlantis. HEX triplet: 89, C0 and 40. RGB value is (137,192,64). Sum of RGB (Red+Green+Blue) = 137+192+64=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #89C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C040 is #763FBF. Grayscale: #A1A1A1. Windows color (decimal): -7749568 or 4243593. OLE color: 4243593.
HSL color Cylindrical-coordinate representation of color #89C040: hue angle of 85.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89C040 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 64 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.25 |
| HSL | 85.78º | 0.5% | 0.5% | - |
| HSV(B) | 85.78º | 0.67% | 0.75% | - |
| XYZ | 30.09 | 43.39 | 11.64 | - |
| YUV | 160.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 64 | 0.29 | 0 | 0.67 | 0.25 | 85.78 | 0.5 | 0.5 |
| Hex | 89 | C0 | 40 | 1D | 0 | 43 | 19 | 56 | 32 | 32 |
| Octal | 211 | 300 | 100 | 35 | 0 | 103 | 31 | 126 | 62 | 62 |
| Binary | 10001001 | 11000000 | 1000000 | 11101 | 0 | 1000011 | 11001 | 1010110 | 110010 | 110010 |
Color Harmonies of #89C040
Complementary color
Monochromatic Colors of #89C040
Black with #89C040
Text Example
Text Example
White with #89C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C040; }
p { color: rgb(137,192,64); }
H1.HeaderClassName
{
color: #89C040;
}
.AnyTagClassName
{
color: #89C040;
}
</style>
background-color css
<style>
a { background-color: #89C040; }
a { background-color: rgb(137,192,64); }
div.DivClassName
{
background-color: #89C040;
}
.BgClassName
{
background-color: #89C040;
}
</style>
border-color css
<style>
span { border-color: #89C040; }
span { border-color: rgb(137,192,64); }
td.TdClassName
{
border-color: #89C040;
}
.TagClassName
{
border-color: #89C040;
}
</style>