#94A82A

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

Shades of Limerick #94A82A

Tints of Limerick #94A82A

Color information

#94A82A (or 0x94A82A) is unknown color: approx Limerick. HEX triplet: 94, A8 and 2A. RGB value is (148,168,42). Sum of RGB (Red+Green+Blue) = 148+168+42=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #94A82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A82A is #6B57D5. Grayscale: #949494. Windows color (decimal): -7034838 or 2795668. OLE color: 2795668.

HSL color Cylindrical-coordinate representation of color #94A82A: hue angle of 69.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94A82A is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB14816842-
CMYK0.1200.750.34
HSL69.52º60%41.18%-
HSV(B)69.52º75%65.88%-
XYZ26.6334.477.44-
YUV147.6668.37128.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 168 (66.02% from 255) = 46.93%
BLUE value IS 42 (16.80% from 255) = 11.73%
R=41.34%
G=46.93%
B=11.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148168420.1200.750.3469.526041.18
Hex94A82AC04B22463c29
Octal22425052140113421067451
Binary10010100101010001010101100010010111000101000110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,168,42); }

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

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

 a { background-color: rgb(148,168,42); }

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

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

 span { border-color: rgb(148,168,42); }

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