#89EA49

Color #89EA49 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #89EA49

Tints of Atlantis #89EA49

Color information

#89EA49 (or 0x89EA49) is unknown color: approx Atlantis. HEX triplet: 89, EA and 49. RGB value is (137,234,73). Sum of RGB (Red+Green+Blue) = 137+234+73=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 234 (91.80% from 255 or 52.70% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 234 - color contains mainly: green. Hex color #89EA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EA49 is #7615B6. Grayscale: #BBBBBB. Windows color (decimal): -7738807 or 4844169. OLE color: 4844169.

HSL color Cylindrical-coordinate representation of color #89EA49: hue angle of 96.15º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89EA49 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB13723473-
CMYK0.4100.690.08
HSL96.15º79.31%60.2%-
HSV(B)96.15º68.8%91.76%-
XYZ40.9464.6516.62-
YUV186.6463.8692.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 30.86%
GREEN value IS 234 (91.80% from 255) = 52.70%
BLUE value IS 73 (28.91% from 255) = 16.44%
R=30.86%
G=52.70%
B=16.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal137234730.4100.690.0896.1579.3160.2
Hex89EA49290458604f3c
Octal2113521115101051014011774
Binary1000100111101010100100110100101000101100011000001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89EA49; }

 p { color: rgb(137,234,73); }

 H1.HeaderClassName
 {
   color: #89EA49;
 }
 .AnyTagClassName
 {
   color: #89EA49;
 }
</style>
background-color css

<style>
 a { background-color: #89EA49; }

 a { background-color: rgb(137,234,73); }

 div.DivClassName
 {
   background-color: #89EA49;
 }
 .BgClassName
 {
   background-color: #89EA49;
 }
</style>
border-color css

<style>
 span { border-color: #89EA49; }

 span { border-color: rgb(137,234,73); }

 td.TdClassName
 {
   border-color: #89EA49;
 }
 .TagClassName
 {
   border-color: #89EA49;
 }
</style>