#94AD43

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

Shades of Limerick #94AD43

Tints of Limerick #94AD43

Color information

#94AD43 (or 0x94AD43) is unknown color: approx Limerick. HEX triplet: 94, AD and 43. RGB value is (148,173,67). Sum of RGB (Red+Green+Blue) = 148+173+67=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AD43 is #6B52BC. Grayscale: #999999. Windows color (decimal): -7033533 or 4435348. OLE color: 4435348.

HSL color Cylindrical-coordinate representation of color #94AD43: hue angle of 74.15º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94AD43 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB14817367-
CMYK0.1400.610.32
HSL74.15º44.17%47.06%-
HSV(B)74.15º61.27%67.84%-
XYZ28.1736.5910.89-
YUV153.4479.22124.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 173 (67.97% from 255) = 44.59%
BLUE value IS 67 (26.56% from 255) = 17.27%
R=38.14%
G=44.59%
B=17.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148173670.1400.610.3274.1544.1747.06
Hex94AD43E03D204a2c2f
Octal22425510316075401125457
Binary10010100101011011000011111001111011000001001010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,173,67); }

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

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

 a { background-color: rgb(148,173,67); }

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

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

 span { border-color: rgb(148,173,67); }

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