#89EC34

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

Shades of Atlantis #89EC34

Tints of Atlantis #89EC34

Color information

#89EC34 (or 0x89EC34) is unknown color: approx Atlantis. HEX triplet: 89, EC and 34. RGB value is (137,236,52). Sum of RGB (Red+Green+Blue) = 137+236+52=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #89EC34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EC34 is #7613CB. Grayscale: #BABABA. Windows color (decimal): -7738316 or 3468425. OLE color: 3468425.

HSL color Cylindrical-coordinate representation of color #89EC34: hue angle of 92.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89EC34 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB13723652-
CMYK0.4200.780.07
HSL92.28º82.88%56.47%-
HSV(B)92.28º77.97%92.55%-
XYZ40.9365.5613.75-
YUV185.4252.793.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.24%
GREEN value IS 236 (92.58% from 255) = 55.53%
BLUE value IS 52 (20.70% from 255) = 12.24%
R=32.24%
G=55.53%
B=12.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal137236520.4200.780.0792.2882.8856.47
Hex89EC342A04E75c5338
Octal21135464520116713412370
Binary10001001111011001101001010100100111011110111001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,236,52); }

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

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

 a { background-color: rgb(137,236,52); }

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

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

 span { border-color: rgb(137,236,52); }

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