Shades of Atlantis #89EA30
Tints of Atlantis #89EA30
RGB
CMYK
RGB Variations
Color information
#89EA30 (or 0x89EA30) is known color: Atlantis. HEX triplet: 89, EA and 30. RGB value is (137,234,48). Sum of RGB (Red+Green+Blue) = 137+234+48=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 234 (91.80% from 255 or 55.85% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 234 - color contains mainly: green. Hex color #89EA30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EA30 is #7615CF. Grayscale: #B8B8B8. Windows color (decimal): -7738832 or 3205769. OLE color: 3205769.
HSL color Cylindrical-coordinate representation of color #89EA30: hue angle of 91.29º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #89EA30 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 234 | 48 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.08 |
| HSL | 91.29º | 0.82% | 0.55% | - |
| HSV(B) | 91.29º | 0.79% | 0.92% | - |
| XYZ | 40.27 | 64.38 | 13.1 | - |
| YUV | 183.79 | 51.36 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 234 | 48 | 0.41 | 0 | 0.79 | 0.08 | 91.29 | 0.82 | 0.55 |
| Hex | 89 | EA | 30 | 29 | 0 | 4F | 8 | 5B | 52 | 37 |
| Octal | 211 | 352 | 60 | 51 | 0 | 117 | 10 | 133 | 122 | 67 |
| Binary | 10001001 | 11101010 | 110000 | 101001 | 0 | 1001111 | 1000 | 1011011 | 1010010 | 110111 |
Color Harmonies of #89EA30
Complementary color
Monochromatic Colors of #89EA30
Black with #89EA30
Text Example
Text Example
White with #89EA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EA30; }
p { color: rgb(137,234,48); }
H1.HeaderClassName
{
color: #89EA30;
}
.AnyTagClassName
{
color: #89EA30;
}
</style>
background-color css
<style>
a { background-color: #89EA30; }
a { background-color: rgb(137,234,48); }
div.DivClassName
{
background-color: #89EA30;
}
.BgClassName
{
background-color: #89EA30;
}
</style>
border-color css
<style>
span { border-color: #89EA30; }
span { border-color: rgb(137,234,48); }
td.TdClassName
{
border-color: #89EA30;
}
.TagClassName
{
border-color: #89EA30;
}
</style>