#94AB18

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

Shades of Limerick #94AB18

Tints of Limerick #94AB18

Color information

#94AB18 (or 0x94AB18) is unknown color: approx Limerick. HEX triplet: 94, AB and 18. RGB value is (148,171,24). Sum of RGB (Red+Green+Blue) = 148+171+24=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AB18 is #6B54E7. Grayscale: #939393. Windows color (decimal): -7034088 or 1616788. OLE color: 1616788.

HSL color Cylindrical-coordinate representation of color #94AB18: hue angle of 69.39º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94AB18 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB14817124-
CMYK0.1300.860.33
HSL69.39º75.38%38.24%-
HSV(B)69.39º85.96%67.06%-
XYZ26.9435.496.29-
YUV147.3658.38128.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 171 (67.19% from 255) = 49.85%
BLUE value IS 24 (9.77% from 255) = 7.00%
R=43.15%
G=49.85%
B=7.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148171240.1300.860.3369.3975.3838.24
Hex94AB18D05621454b26
Octal224253301501264110511346
Binary10010100101010111100011010101011010000110001011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,24); }

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

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

 a { background-color: rgb(148,171,24); }

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

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

 span { border-color: rgb(148,171,24); }

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