Shades of Atlantis #89C43D
Tints of Atlantis #89C43D
RGB
CMYK
RGB Variations
Color information
#89C43D (or 0x89C43D) is known color: Atlantis. HEX triplet: 89, C4 and 3D. RGB value is (137,196,61). Sum of RGB (Red+Green+Blue) = 137+196+61=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #89C43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C43D is #763BC2. Grayscale: #A3A3A3. Windows color (decimal): -7748547 or 4048009. OLE color: 4048009.
HSL color Cylindrical-coordinate representation of color #89C43D: hue angle of 86.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89C43D is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 196 | 61 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.23 |
| HSL | 86.22º | 0.53% | 0.5% | - |
| HSV(B) | 86.22º | 0.69% | 0.77% | - |
| XYZ | 30.9 | 45.14 | 11.5 | - |
| YUV | 162.97 | 70.45 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 196 | 61 | 0.30 | 0 | 0.69 | 0.23 | 86.22 | 0.53 | 0.5 |
| Hex | 89 | C4 | 3D | 1E | 0 | 45 | 17 | 56 | 35 | 32 |
| Octal | 211 | 304 | 75 | 36 | 0 | 105 | 27 | 126 | 65 | 62 |
| Binary | 10001001 | 11000100 | 111101 | 11110 | 0 | 1000101 | 10111 | 1010110 | 110101 | 110010 |
Color Harmonies of #89C43D
Complementary color
Monochromatic Colors of #89C43D
Black with #89C43D
Text Example
Text Example
White with #89C43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C43D; }
p { color: rgb(137,196,61); }
H1.HeaderClassName
{
color: #89C43D;
}
.AnyTagClassName
{
color: #89C43D;
}
</style>
background-color css
<style>
a { background-color: #89C43D; }
a { background-color: rgb(137,196,61); }
div.DivClassName
{
background-color: #89C43D;
}
.BgClassName
{
background-color: #89C43D;
}
</style>
border-color css
<style>
span { border-color: #89C43D; }
span { border-color: rgb(137,196,61); }
td.TdClassName
{
border-color: #89C43D;
}
.TagClassName
{
border-color: #89C43D;
}
</style>