#89c146

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

Shades of Atlantis #89C146

Tints of Atlantis #89C146

Color information

#89C146 (or 0x89C146) is unknown color: approx Atlantis. HEX triplet: 89, C1 and 46. RGB value is (137,193,70). Sum of RGB (Red+Green+Blue) = 137+193+70=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #89C146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C146 is #763EB9. Grayscale: #A2A2A2. Windows color (decimal): -7749306 or 4637065. OLE color: 4637065.

HSL color Cylindrical-coordinate representation of color #89C146: hue angle of 87.32º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89C146 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB13719370-
CMYK0.2900.640.24
HSL87.32º49.8%51.57%-
HSV(B)87.32º63.73%75.69%-
XYZ30.4943.912.66-
YUV162.2375.95110-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.25%
GREEN value IS 193 (75.78% from 255) = 48.25%
BLUE value IS 70 (27.73% from 255) = 17.5%
R=34.25%
G=48.25%
B=17.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137193700.2900.640.2487.3249.851.57
Hex89C1461D04018573234
Octal211301106350100301276264
Binary100010011100000110001101110101000000110001010111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89c146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,193,70); }

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

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

 a { background-color: rgb(137,193,70); }

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

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

 span { border-color: rgb(137,193,70); }

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