Shades of Atlantis #89E348
Tints of Atlantis #89E348
RGB
CMYK
RGB Variations
Color information
#89E348 (or 0x89E348) is known color: Atlantis. HEX triplet: 89, E3 and 48. RGB value is (137,227,72). Sum of RGB (Red+Green+Blue) = 137+227+72=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 227 (89.06% from 255 or 52.06% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 227 - color contains mainly: green. Hex color #89E348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89E348 is #761CB7. Grayscale: #B6B6B6. Windows color (decimal): -7740600 or 4776841. OLE color: 4776841.
HSL color Cylindrical-coordinate representation of color #89E348: hue angle of 94.84º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89E348 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 227 | 72 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.11 |
| HSL | 94.84º | 0.73% | 0.59% | - |
| HSV(B) | 94.84º | 0.68% | 0.89% | - |
| XYZ | 38.96 | 60.72 | 15.8 | - |
| YUV | 182.42 | 65.68 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 227 | 72 | 0.40 | 0 | 0.68 | 0.11 | 94.84 | 0.73 | 0.59 |
| Hex | 89 | E3 | 48 | 28 | 0 | 44 | B | 5F | 49 | 3B |
| Octal | 211 | 343 | 110 | 50 | 0 | 104 | 13 | 137 | 111 | 73 |
| Binary | 10001001 | 11100011 | 1001000 | 101000 | 0 | 1000100 | 1011 | 1011111 | 1001001 | 111011 |
Color Harmonies of #89E348
Complementary color
Monochromatic Colors of #89E348
Black with #89E348
Text Example
Text Example
White with #89E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E348; }
p { color: rgb(137,227,72); }
H1.HeaderClassName
{
color: #89E348;
}
.AnyTagClassName
{
color: #89E348;
}
</style>
background-color css
<style>
a { background-color: #89E348; }
a { background-color: rgb(137,227,72); }
div.DivClassName
{
background-color: #89E348;
}
.BgClassName
{
background-color: #89E348;
}
</style>
border-color css
<style>
span { border-color: #89E348; }
span { border-color: rgb(137,227,72); }
td.TdClassName
{
border-color: #89E348;
}
.TagClassName
{
border-color: #89E348;
}
</style>