Shades of Atlantis #89EA3B
Tints of Atlantis #89EA3B
RGB
CMYK
RGB Variations
Color information
#89EA3B (or 0x89EA3B) is known color: Atlantis. HEX triplet: 89, EA and 3B. RGB value is (137,234,59). Sum of RGB (Red+Green+Blue) = 137+234+59=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #89EA3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EA3B is #7615C4. Grayscale: #B9B9B9. Windows color (decimal): -7738821 or 3926665. OLE color: 3926665.
HSL color Cylindrical-coordinate representation of color #89EA3B: hue angle of 93.26º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89EA3B is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 234 | 59 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.08 |
| HSL | 93.26º | 0.81% | 0.57% | - |
| HSV(B) | 93.26º | 0.75% | 0.92% | - |
| XYZ | 40.53 | 64.48 | 14.45 | - |
| YUV | 185.05 | 56.86 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 234 | 59 | 0.41 | 0 | 0.75 | 0.08 | 93.26 | 0.81 | 0.57 |
| Hex | 89 | EA | 3B | 29 | 0 | 4B | 8 | 5D | 51 | 39 |
| Octal | 211 | 352 | 73 | 51 | 0 | 113 | 10 | 135 | 121 | 71 |
| Binary | 10001001 | 11101010 | 111011 | 101001 | 0 | 1001011 | 1000 | 1011101 | 1010001 | 111001 |
Color Harmonies of #89EA3B
Complementary color
Monochromatic Colors of #89EA3B
Black with #89EA3B
Text Example
Text Example
White with #89EA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EA3B; }
p { color: rgb(137,234,59); }
H1.HeaderClassName
{
color: #89EA3B;
}
.AnyTagClassName
{
color: #89EA3B;
}
</style>
background-color css
<style>
a { background-color: #89EA3B; }
a { background-color: rgb(137,234,59); }
div.DivClassName
{
background-color: #89EA3B;
}
.BgClassName
{
background-color: #89EA3B;
}
</style>
border-color css
<style>
span { border-color: #89EA3B; }
span { border-color: rgb(137,234,59); }
td.TdClassName
{
border-color: #89EA3B;
}
.TagClassName
{
border-color: #89EA3B;
}
</style>