#94AD27

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

Shades of Limerick #94AD27

Tints of Limerick #94AD27

Color information

#94AD27 (or 0x94AD27) is unknown color: approx Limerick. HEX triplet: 94, AD and 27. RGB value is (148,173,39). Sum of RGB (Red+Green+Blue) = 148+173+39=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AD27 is #6B52D8. Grayscale: #969696. Windows color (decimal): -7033561 or 2600340. OLE color: 2600340.

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

Color convert

RGB14817339-
CMYK0.1400.770.32
HSL71.19º63.21%41.57%-
HSV(B)71.19º77.46%67.84%-
XYZ27.5236.337.48-
YUV150.2565.22126.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 39 (15.62% from 255) = 10.83%
R=41.11%
G=48.06%
B=10.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148173390.1400.770.3271.1963.2141.57
Hex94AD27E04D20473f2a
Octal22425547160115401077752
Binary10010100101011011001111110010011011000001000111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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