Shades of Atlantis #89C446
Tints of Atlantis #89C446
RGB
CMYK
RGB Variations
Color information
#89C446 (or 0x89C446) is known color: Atlantis. HEX triplet: 89, C4 and 46. RGB value is (137,196,70). Sum of RGB (Red+Green+Blue) = 137+196+70=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #89C446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C446 is #763BB9. Grayscale: #A4A4A4. Windows color (decimal): -7748538 or 4637833. OLE color: 4637833.
HSL color Cylindrical-coordinate representation of color #89C446: hue angle of 88.1º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89C446 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 196 | 70 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.23 |
| HSL | 88.1º | 0.52% | 0.52% | - |
| HSV(B) | 88.1º | 0.64% | 0.77% | - |
| XYZ | 31.16 | 45.24 | 12.88 | - |
| YUV | 164 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 196 | 70 | 0.30 | 0 | 0.64 | 0.23 | 88.1 | 0.52 | 0.52 |
| Hex | 89 | C4 | 46 | 1E | 0 | 40 | 17 | 58 | 34 | 34 |
| Octal | 211 | 304 | 106 | 36 | 0 | 100 | 27 | 130 | 64 | 64 |
| Binary | 10001001 | 11000100 | 1000110 | 11110 | 0 | 1000000 | 10111 | 1011000 | 110100 | 110100 |
Color Harmonies of #89C446
Complementary color
Monochromatic Colors of #89C446
Black with #89C446
Text Example
Text Example
White with #89C446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C446; }
p { color: rgb(137,196,70); }
H1.HeaderClassName
{
color: #89C446;
}
.AnyTagClassName
{
color: #89C446;
}
</style>
background-color css
<style>
a { background-color: #89C446; }
a { background-color: rgb(137,196,70); }
div.DivClassName
{
background-color: #89C446;
}
.BgClassName
{
background-color: #89C446;
}
</style>
border-color css
<style>
span { border-color: #89C446; }
span { border-color: rgb(137,196,70); }
td.TdClassName
{
border-color: #89C446;
}
.TagClassName
{
border-color: #89C446;
}
</style>