Shades of Atlantis #89C445
Tints of Atlantis #89C445
RGB
CMYK
RGB Variations
Color information
#89C445 (or 0x89C445) is known color: Atlantis. HEX triplet: 89, C4 and 45. RGB value is (137,196,69). Sum of RGB (Red+Green+Blue) = 137+196+69=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #89C445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C445 is #763BBA. Grayscale: #A4A4A4. Windows color (decimal): -7748539 or 4572297. OLE color: 4572297.
HSL color Cylindrical-coordinate representation of color #89C445: hue angle of 87.87º 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 #89C445 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 196 | 69 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.23 |
| HSL | 87.87º | 0.52% | 0.52% | - |
| HSV(B) | 87.87º | 0.65% | 0.77% | - |
| XYZ | 31.13 | 45.23 | 12.72 | - |
| YUV | 163.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 196 | 69 | 0.30 | 0 | 0.65 | 0.23 | 87.87 | 0.52 | 0.52 |
| Hex | 89 | C4 | 45 | 1E | 0 | 41 | 17 | 58 | 34 | 34 |
| Octal | 211 | 304 | 105 | 36 | 0 | 101 | 27 | 130 | 64 | 64 |
| Binary | 10001001 | 11000100 | 1000101 | 11110 | 0 | 1000001 | 10111 | 1011000 | 110100 | 110100 |
Color Harmonies of #89C445
Complementary color
Monochromatic Colors of #89C445
Black with #89C445
Text Example
Text Example
White with #89C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C445; }
p { color: rgb(137,196,69); }
H1.HeaderClassName
{
color: #89C445;
}
.AnyTagClassName
{
color: #89C445;
}
</style>
background-color css
<style>
a { background-color: #89C445; }
a { background-color: rgb(137,196,69); }
div.DivClassName
{
background-color: #89C445;
}
.BgClassName
{
background-color: #89C445;
}
</style>
border-color css
<style>
span { border-color: #89C445; }
span { border-color: rgb(137,196,69); }
td.TdClassName
{
border-color: #89C445;
}
.TagClassName
{
border-color: #89C445;
}
</style>