Shades of Atlantis #89C542
Tints of Atlantis #89C542
RGB
CMYK
RGB Variations
Color information
#89C542 (or 0x89C542) is known color: Atlantis. HEX triplet: 89, C5 and 42. RGB value is (137,197,66). Sum of RGB (Red+Green+Blue) = 137+197+66=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #89C542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C542 is #763ABD. Grayscale: #A4A4A4. Windows color (decimal): -7748286 or 4375945. OLE color: 4375945.
HSL color Cylindrical-coordinate representation of color #89C542: hue angle of 87.48º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89C542 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 197 | 66 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.23 |
| HSL | 87.48º | 0.53% | 0.52% | - |
| HSV(B) | 87.48º | 0.66% | 0.77% | - |
| XYZ | 31.27 | 45.64 | 12.32 | - |
| YUV | 164.13 | 72.62 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 66 | 0.30 | 0 | 0.66 | 0.23 | 87.48 | 0.53 | 0.52 |
| Hex | 89 | C5 | 42 | 1E | 0 | 42 | 17 | 57 | 35 | 34 |
| Octal | 211 | 305 | 102 | 36 | 0 | 102 | 27 | 127 | 65 | 64 |
| Binary | 10001001 | 11000101 | 1000010 | 11110 | 0 | 1000010 | 10111 | 1010111 | 110101 | 110100 |
Color Harmonies of #89C542
Complementary color
Monochromatic Colors of #89C542
Black with #89C542
Text Example
Text Example
White with #89C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C542; }
p { color: rgb(137,197,66); }
H1.HeaderClassName
{
color: #89C542;
}
.AnyTagClassName
{
color: #89C542;
}
</style>
background-color css
<style>
a { background-color: #89C542; }
a { background-color: rgb(137,197,66); }
div.DivClassName
{
background-color: #89C542;
}
.BgClassName
{
background-color: #89C542;
}
</style>
border-color css
<style>
span { border-color: #89C542; }
span { border-color: rgb(137,197,66); }
td.TdClassName
{
border-color: #89C542;
}
.TagClassName
{
border-color: #89C542;
}
</style>