#8AA61C

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

Shades of Limerick #8AA61C

Tints of Limerick #8AA61C

Color information

#8AA61C (or 0x8AA61C) is unknown color: approx Limerick. HEX triplet: 8A, A6 and 1C. RGB value is (138,166,28). Sum of RGB (Red+Green+Blue) = 138+166+28=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA61C is #7559E3. Grayscale: #8E8E8E. Windows color (decimal): -7690724 or 1877642. OLE color: 1877642.

HSL color Cylindrical-coordinate representation of color #8AA61C: hue angle of 72.17º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AA61C is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB13816628-
CMYK0.1700.830.35
HSL72.17º71.13%38.04%-
HSV(B)72.17º83.13%65.1%-
XYZ24.3332.766.14-
YUV141.963.72125.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 166 (65.23% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 8.43%
R=41.57%
G=50%
B=8.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166280.1700.830.3572.1771.1338.04
Hex8AA61C1105323484726
Octal212246342101234311010746
Binary100010101010011011100100010101001110001110010001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,166,28); }

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

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

 a { background-color: rgb(138,166,28); }

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

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

 span { border-color: rgb(138,166,28); }

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