Shades of Atlantis #89D545
Tints of Atlantis #89D545
RGB
CMYK
RGB Variations
Color information
#89D545 (or 0x89D545) is known color: Atlantis. HEX triplet: 89, D5 and 45. RGB value is (137,213,69). Sum of RGB (Red+Green+Blue) = 137+213+69=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #89D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89D545 is #762ABA. Grayscale: #AEAEAE. Windows color (decimal): -7744187 or 4576649. OLE color: 4576649.
HSL color Cylindrical-coordinate representation of color #89D545: hue angle of 91.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89D545 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 213 | 69 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.16 |
| HSL | 91.67º | 0.63% | 0.55% | - |
| HSV(B) | 91.67º | 0.68% | 0.84% | - |
| XYZ | 35.18 | 53.34 | 14.07 | - |
| YUV | 173.86 | 68.82 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 213 | 69 | 0.36 | 0 | 0.68 | 0.16 | 91.67 | 0.63 | 0.55 |
| Hex | 89 | D5 | 45 | 24 | 0 | 44 | 10 | 5C | 3F | 37 |
| Octal | 211 | 325 | 105 | 44 | 0 | 104 | 20 | 134 | 77 | 67 |
| Binary | 10001001 | 11010101 | 1000101 | 100100 | 0 | 1000100 | 10000 | 1011100 | 111111 | 110111 |
Color Harmonies of #89D545
Complementary color
Monochromatic Colors of #89D545
Black with #89D545
Text Example
Text Example
White with #89D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D545; }
p { color: rgb(137,213,69); }
H1.HeaderClassName
{
color: #89D545;
}
.AnyTagClassName
{
color: #89D545;
}
</style>
background-color css
<style>
a { background-color: #89D545; }
a { background-color: rgb(137,213,69); }
div.DivClassName
{
background-color: #89D545;
}
.BgClassName
{
background-color: #89D545;
}
</style>
border-color css
<style>
span { border-color: #89D545; }
span { border-color: rgb(137,213,69); }
td.TdClassName
{
border-color: #89D545;
}
.TagClassName
{
border-color: #89D545;
}
</style>