#89A914

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

Shades of Limerick #89A914

Tints of Limerick #89A914

Color information

#89A914 (or 0x89A914) is unknown color: approx Limerick. HEX triplet: 89, A9 and 14. RGB value is (137,169,20). Sum of RGB (Red+Green+Blue) = 137+169+20=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #89A914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A914 is #7656EB. Grayscale: #8F8F8F. Windows color (decimal): -7755500 or 1354121. OLE color: 1354121.

HSL color Cylindrical-coordinate representation of color #89A914: hue angle of 72.89º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89A914 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB13716920-
CMYK0.1900.880.34
HSL72.89º78.84%37.06%-
HSV(B)72.89º88.17%66.27%-
XYZ24.6333.745.88-
YUV142.4558.9124.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 169 (66.41% from 255) = 51.84%
BLUE value IS 20 (8.20% from 255) = 6.13%
R=42.02%
G=51.84%
B=6.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal137169200.1900.880.3472.8978.8437.06
Hex89A9141305822494f25
Octal211251242301304211111745
Binary100010011010100110100100110101100010001010010011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,169,20); }

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

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

 a { background-color: rgb(137,169,20); }

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

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

 span { border-color: rgb(137,169,20); }

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