#94AC1C

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

Shades of Limerick #94AC1C

Tints of Limerick #94AC1C

Color information

#94AC1C (or 0x94AC1C) is unknown color: approx Limerick. HEX triplet: 94, AC and 1C. RGB value is (148,172,28). Sum of RGB (Red+Green+Blue) = 148+172+28=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AC1C is #6B53E3. Grayscale: #949494. Windows color (decimal): -7033828 or 1879188. OLE color: 1879188.

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

Color convert

RGB14817228-
CMYK0.1400.840.33
HSL70º72%39.22%-
HSV(B)70º83.72%67.45%-
XYZ27.1735.886.59-
YUV148.4160.05127.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 172 (67.58% from 255) = 49.43%
BLUE value IS 28 (11.33% from 255) = 8.05%
R=42.53%
G=49.43%
B=8.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148172280.1400.840.33707239.22
Hex94AC1CE05421464827
Octal224254341601244110611047
Binary10010100101011001110011100101010010000110001101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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