Shades of Atlantis #89EE2E
Tints of Atlantis #89EE2E
RGB
CMYK
RGB Variations
Color information
#89EE2E (or 0x89EE2E) is known color: Atlantis. HEX triplet: 89, EE and 2E. RGB value is (137,238,46). Sum of RGB (Red+Green+Blue) = 137+238+46=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 238 (93.36% from 255 or 56.53% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 238 - color contains mainly: green. Hex color #89EE2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EE2E is #7611D1. Grayscale: #BABABA. Windows color (decimal): -7737810 or 3075721. OLE color: 3075721.
HSL color Cylindrical-coordinate representation of color #89EE2E: hue angle of 91.56º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #89EE2E is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 238 | 46 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.07 |
| HSL | 91.56º | 0.85% | 0.56% | - |
| HSV(B) | 91.56º | 0.81% | 0.93% | - |
| XYZ | 41.38 | 66.66 | 13.27 | - |
| YUV | 185.91 | 49.04 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 46 | 0.42 | 0 | 0.81 | 0.07 | 91.56 | 0.85 | 0.56 |
| Hex | 89 | EE | 2E | 2A | 0 | 51 | 7 | 5C | 55 | 38 |
| Octal | 211 | 356 | 56 | 52 | 0 | 121 | 7 | 134 | 125 | 70 |
| Binary | 10001001 | 11101110 | 101110 | 101010 | 0 | 1010001 | 111 | 1011100 | 1010101 | 111000 |
Color Harmonies of #89EE2E
Complementary color
Monochromatic Colors of #89EE2E
Black with #89EE2E
Text Example
Text Example
White with #89EE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EE2E; }
p { color: rgb(137,238,46); }
H1.HeaderClassName
{
color: #89EE2E;
}
.AnyTagClassName
{
color: #89EE2E;
}
</style>
background-color css
<style>
a { background-color: #89EE2E; }
a { background-color: rgb(137,238,46); }
div.DivClassName
{
background-color: #89EE2E;
}
.BgClassName
{
background-color: #89EE2E;
}
</style>
border-color css
<style>
span { border-color: #89EE2E; }
span { border-color: rgb(137,238,46); }
td.TdClassName
{
border-color: #89EE2E;
}
.TagClassName
{
border-color: #89EE2E;
}
</style>