#94AC35

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

Shades of Limerick #94AC35

Tints of Limerick #94AC35

Color information

#94AC35 (or 0x94AC35) is unknown color: approx Limerick. HEX triplet: 94, AC and 35. RGB value is (148,172,53). Sum of RGB (Red+Green+Blue) = 148+172+53=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AC35 is #6B53CA. Grayscale: #979797. Windows color (decimal): -7033803 or 3517588. OLE color: 3517588.

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

Color convert

RGB14817253-
CMYK0.1400.690.33
HSL72.1º52.89%44.12%-
HSV(B)72.1º69.19%67.45%-
XYZ27.6136.068.87-
YUV151.2672.55125.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=39.68%
G=46.11%
B=14.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148172530.1400.690.3372.152.8944.12
Hex94AC35E0452148352c
Octal22425465160105411106554
Binary10010100101011001101011110010001011000011001000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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