#94AC37

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

Shades of Limerick #94AC37

Tints of Limerick #94AC37

Color information

#94AC37 (or 0x94AC37) is unknown color: approx Limerick. HEX triplet: 94, AC and 37. RGB value is (148,172,55). Sum of RGB (Red+Green+Blue) = 148+172+55=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AC37 is #6B53C8. Grayscale: #979797. Windows color (decimal): -7033801 or 3648660. OLE color: 3648660.

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

Color convert

RGB14817255-
CMYK0.1400.680.33
HSL72.31º51.54%44.51%-
HSV(B)72.31º68.02%67.45%-
XYZ27.6536.089.12-
YUV151.4973.55125.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 55 (21.88% from 255) = 14.67%
R=39.47%
G=45.87%
B=14.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148172550.1400.680.3372.3151.5444.51
Hex94AC37E0442148342d
Octal22425467160104411106455
Binary10010100101011001101111110010001001000011001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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