#8AA41F

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

Shades of Limerick #8AA41F

Tints of Limerick #8AA41F

Color information

#8AA41F (or 0x8AA41F) is unknown color: approx Limerick. HEX triplet: 8A, A4 and 1F. RGB value is (138,164,31). Sum of RGB (Red+Green+Blue) = 138+164+31=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA41F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA41F is #755BE0. Grayscale: #8D8D8D. Windows color (decimal): -7691233 or 2073738. OLE color: 2073738.

HSL color Cylindrical-coordinate representation of color #8AA41F: hue angle of 71.73º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8AA41F is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB13816431-
CMYK0.1600.810.36
HSL71.73º68.21%38.24%-
HSV(B)71.73º81.1%64.31%-
XYZ2432.056.22-
YUV141.0665.89125.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.44%
GREEN value IS 164 (64.45% from 255) = 49.25%
BLUE value IS 31 (12.5% from 255) = 9.31%
R=41.44%
G=49.25%
B=9.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164310.1600.810.3671.7368.2138.24
Hex8AA41F1005124484426
Octal212244372001214411010446
Binary100010101010010011111100000101000110010010010001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA41F; }

 p { color: rgb(138,164,31); }

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

<style>
 a { background-color: #8AA41F; }

 a { background-color: rgb(138,164,31); }

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

<style>
 span { border-color: #8AA41F; }

 span { border-color: rgb(138,164,31); }

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