#94A73A

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

Shades of Limerick #94A73A

Tints of Limerick #94A73A

Color information

#94A73A (or 0x94A73A) is unknown color: approx Limerick. HEX triplet: 94, A7 and 3A. RGB value is (148,167,58). Sum of RGB (Red+Green+Blue) = 148+167+58=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #94A73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A73A is #6B58C5. Grayscale: #959595. Windows color (decimal): -7035078 or 3843988. OLE color: 3843988.

HSL color Cylindrical-coordinate representation of color #94A73A: hue angle of 70.46º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94A73A is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB14816758-
CMYK0.1100.650.35
HSL70.46º48.44%44.12%-
HSV(B)70.46º65.27%65.49%-
XYZ26.834.249.2-
YUV148.8976.71127.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 167 (65.62% from 255) = 44.77%
BLUE value IS 58 (23.05% from 255) = 15.55%
R=39.68%
G=44.77%
B=15.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148167580.1100.650.3570.4648.4444.12
Hex94A73AB0412346302c
Octal22424772130101431066054
Binary10010100101001111110101011010000011000111000110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,167,58); }

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

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

 a { background-color: rgb(148,167,58); }

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

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

 span { border-color: rgb(148,167,58); }

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