#94AC1A

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

Shades of Limerick #94AC1A

Tints of Limerick #94AC1A

Color information

#94AC1A (or 0x94AC1A) is unknown color: approx Limerick. HEX triplet: 94, AC and 1A. RGB value is (148,172,26). Sum of RGB (Red+Green+Blue) = 148+172+26=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AC1A is #6B53E5. Grayscale: #949494. Windows color (decimal): -7033830 or 1748116. OLE color: 1748116.

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

Color convert

RGB14817226-
CMYK0.1400.850.33
HSL69.86º73.74%38.82%-
HSV(B)69.86º84.88%67.45%-
XYZ27.1535.886.47-
YUV148.1859.05127.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 172 (67.58% from 255) = 49.71%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=42.77%
G=49.71%
B=7.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148172260.1400.850.3369.8673.7438.82
Hex94AC1AE05521464a27
Octal224254321601254110611247
Binary10010100101011001101011100101010110000110001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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