Shades of Atlantis #89C241
Tints of Atlantis #89C241
RGB
CMYK
RGB Variations
Color information
#89C241 (or 0x89C241) is known color: Atlantis. HEX triplet: 89, C2 and 41. RGB value is (137,194,65). Sum of RGB (Red+Green+Blue) = 137+194+65=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #89C241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C241 is #763DBE. Grayscale: #A2A2A2. Windows color (decimal): -7749055 or 4309641. OLE color: 4309641.
HSL color Cylindrical-coordinate representation of color #89C241: hue angle of 86.51º degrees, saturation: 0.51, 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 #89C241 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 65 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.24 |
| HSL | 86.51º | 0.51% | 0.51% | - |
| HSV(B) | 86.51º | 0.66% | 0.76% | - |
| XYZ | 30.56 | 44.28 | 11.94 | - |
| YUV | 162.25 | 73.12 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 65 | 0.29 | 0 | 0.66 | 0.24 | 86.51 | 0.51 | 0.51 |
| Hex | 89 | C2 | 41 | 1D | 0 | 42 | 18 | 57 | 33 | 33 |
| Octal | 211 | 302 | 101 | 35 | 0 | 102 | 30 | 127 | 63 | 63 |
| Binary | 10001001 | 11000010 | 1000001 | 11101 | 0 | 1000010 | 11000 | 1010111 | 110011 | 110011 |
Color Harmonies of #89C241
Complementary color
Monochromatic Colors of #89C241
Black with #89C241
Text Example
Text Example
White with #89C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C241; }
p { color: rgb(137,194,65); }
H1.HeaderClassName
{
color: #89C241;
}
.AnyTagClassName
{
color: #89C241;
}
</style>
background-color css
<style>
a { background-color: #89C241; }
a { background-color: rgb(137,194,65); }
div.DivClassName
{
background-color: #89C241;
}
.BgClassName
{
background-color: #89C241;
}
</style>
border-color css
<style>
span { border-color: #89C241; }
span { border-color: rgb(137,194,65); }
td.TdClassName
{
border-color: #89C241;
}
.TagClassName
{
border-color: #89C241;
}
</style>