#94AC2C

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

Shades of Limerick #94AC2C

Tints of Limerick #94AC2C

Color information

#94AC2C (or 0x94AC2C) is unknown color: approx Limerick. HEX triplet: 94, AC and 2C. RGB value is (148,172,44). Sum of RGB (Red+Green+Blue) = 148+172+44=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AC2C is #6B53D3. Grayscale: #969696. Windows color (decimal): -7033812 or 2927764. OLE color: 2927764.

HSL color Cylindrical-coordinate representation of color #94AC2C: hue angle of 71.25º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94AC2C is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB14817244-
CMYK0.1400.740.33
HSL71.25º59.26%42.35%-
HSV(B)71.25º74.42%67.45%-
XYZ27.4235.987.88-
YUV150.2368.05126.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 172 (67.58% from 255) = 47.25%
BLUE value IS 44 (17.58% from 255) = 12.09%
R=40.66%
G=47.25%
B=12.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148172440.1400.740.3371.2559.2642.35
Hex94AC2CE04A21473b2a
Octal22425454160112411077352
Binary10010100101011001011001110010010101000011000111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AC2C; }

 p { color: rgb(148,172,44); }

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

<style>
 a { background-color: #94AC2C; }

 a { background-color: rgb(148,172,44); }

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

<style>
 span { border-color: #94AC2C; }

 span { border-color: rgb(148,172,44); }

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