Shades of Atlantis #89C343
Tints of Atlantis #89C343
RGB
CMYK
RGB Variations
Color information
#89C343 (or 0x89C343) is known color: Atlantis. HEX triplet: 89, C3 and 43. RGB value is (137,195,67). Sum of RGB (Red+Green+Blue) = 137+195+67=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #89C343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C343 is #763CBC. Grayscale: #A3A3A3. Windows color (decimal): -7748797 or 4440969. OLE color: 4440969.
HSL color Cylindrical-coordinate representation of color #89C343: hue angle of 87.19º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89C343 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 67 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.24 |
| HSL | 87.19º | 0.52% | 0.51% | - |
| HSV(B) | 87.19º | 0.66% | 0.76% | - |
| XYZ | 30.84 | 44.75 | 12.32 | - |
| YUV | 163.07 | 73.78 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 67 | 0.30 | 0 | 0.66 | 0.24 | 87.19 | 0.52 | 0.51 |
| Hex | 89 | C3 | 43 | 1E | 0 | 42 | 18 | 57 | 34 | 33 |
| Octal | 211 | 303 | 103 | 36 | 0 | 102 | 30 | 127 | 64 | 63 |
| Binary | 10001001 | 11000011 | 1000011 | 11110 | 0 | 1000010 | 11000 | 1010111 | 110100 | 110011 |
Color Harmonies of #89C343
Complementary color
Monochromatic Colors of #89C343
Black with #89C343
Text Example
Text Example
White with #89C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C343; }
p { color: rgb(137,195,67); }
H1.HeaderClassName
{
color: #89C343;
}
.AnyTagClassName
{
color: #89C343;
}
</style>
background-color css
<style>
a { background-color: #89C343; }
a { background-color: rgb(137,195,67); }
div.DivClassName
{
background-color: #89C343;
}
.BgClassName
{
background-color: #89C343;
}
</style>
border-color css
<style>
span { border-color: #89C343; }
span { border-color: rgb(137,195,67); }
td.TdClassName
{
border-color: #89C343;
}
.TagClassName
{
border-color: #89C343;
}
</style>