Shades of Atlantis #89C346
Tints of Atlantis #89C346
RGB
CMYK
RGB Variations
Color information
#89C346 (or 0x89C346) is known color: Atlantis. HEX triplet: 89, C3 and 46. RGB value is (137,195,70). Sum of RGB (Red+Green+Blue) = 137+195+70=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #89C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C346 is #763CB9. Grayscale: #A3A3A3. Windows color (decimal): -7748794 or 4637577. OLE color: 4637577.
HSL color Cylindrical-coordinate representation of color #89C346: hue angle of 87.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89C346 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 70 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.24 |
| HSL | 87.84º | 0.51% | 0.52% | - |
| HSV(B) | 87.84º | 0.64% | 0.76% | - |
| XYZ | 30.94 | 44.79 | 12.81 | - |
| YUV | 163.41 | 75.28 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 70 | 0.30 | 0 | 0.64 | 0.24 | 87.84 | 0.51 | 0.52 |
| Hex | 89 | C3 | 46 | 1E | 0 | 40 | 18 | 58 | 33 | 34 |
| Octal | 211 | 303 | 106 | 36 | 0 | 100 | 30 | 130 | 63 | 64 |
| Binary | 10001001 | 11000011 | 1000110 | 11110 | 0 | 1000000 | 11000 | 1011000 | 110011 | 110100 |
Color Harmonies of #89C346
Complementary color
Monochromatic Colors of #89C346
Black with #89C346
Text Example
Text Example
White with #89C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C346; }
p { color: rgb(137,195,70); }
H1.HeaderClassName
{
color: #89C346;
}
.AnyTagClassName
{
color: #89C346;
}
</style>
background-color css
<style>
a { background-color: #89C346; }
a { background-color: rgb(137,195,70); }
div.DivClassName
{
background-color: #89C346;
}
.BgClassName
{
background-color: #89C346;
}
</style>
border-color css
<style>
span { border-color: #89C346; }
span { border-color: rgb(137,195,70); }
td.TdClassName
{
border-color: #89C346;
}
.TagClassName
{
border-color: #89C346;
}
</style>