#94AD30

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

Shades of Limerick #94AD30

Tints of Limerick #94AD30

Color information

#94AD30 (or 0x94AD30) is unknown color: approx Limerick. HEX triplet: 94, AD and 30. RGB value is (148,173,48). Sum of RGB (Red+Green+Blue) = 148+173+48=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AD30 is #6B52CF. Grayscale: #979797. Windows color (decimal): -7033552 or 3190164. OLE color: 3190164.

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

Color convert

RGB14817348-
CMYK0.1400.720.32
HSL72º56.56%43.33%-
HSV(B)72º72.25%67.84%-
XYZ27.6936.48.36-
YUV151.2869.72125.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 48 (19.14% from 255) = 13.01%
R=40.11%
G=46.88%
B=13.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148173480.1400.720.327256.5643.33
Hex94AD30E0482048392b
Octal22425560160110401107153
Binary10010100101011011100001110010010001000001001000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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