Shades of Atlantis #89C544
Tints of Atlantis #89C544
RGB
CMYK
RGB Variations
Color information
#89C544 (or 0x89C544) is known color: Atlantis. HEX triplet: 89, C5 and 44. RGB value is (137,197,68). Sum of RGB (Red+Green+Blue) = 137+197+68=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #89C544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C544 is #763ABB. Grayscale: #A4A4A4. Windows color (decimal): -7748284 or 4507017. OLE color: 4507017.
HSL color Cylindrical-coordinate representation of color #89C544: hue angle of 87.91º degrees, saturation: 0.53, 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 #89C544 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 197 | 68 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.23 |
| HSL | 87.91º | 0.53% | 0.52% | - |
| HSV(B) | 87.91º | 0.65% | 0.77% | - |
| XYZ | 31.33 | 45.67 | 12.63 | - |
| YUV | 164.35 | 73.62 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 68 | 0.30 | 0 | 0.65 | 0.23 | 87.91 | 0.53 | 0.52 |
| Hex | 89 | C5 | 44 | 1E | 0 | 41 | 17 | 58 | 35 | 34 |
| Octal | 211 | 305 | 104 | 36 | 0 | 101 | 27 | 130 | 65 | 64 |
| Binary | 10001001 | 11000101 | 1000100 | 11110 | 0 | 1000001 | 10111 | 1011000 | 110101 | 110100 |
Color Harmonies of #89C544
Complementary color
Monochromatic Colors of #89C544
Black with #89C544
Text Example
Text Example
White with #89C544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C544; }
p { color: rgb(137,197,68); }
H1.HeaderClassName
{
color: #89C544;
}
.AnyTagClassName
{
color: #89C544;
}
</style>
background-color css
<style>
a { background-color: #89C544; }
a { background-color: rgb(137,197,68); }
div.DivClassName
{
background-color: #89C544;
}
.BgClassName
{
background-color: #89C544;
}
</style>
border-color css
<style>
span { border-color: #89C544; }
span { border-color: rgb(137,197,68); }
td.TdClassName
{
border-color: #89C544;
}
.TagClassName
{
border-color: #89C544;
}
</style>