#8AA71E

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

Shades of Limerick #8AA71E

Tints of Limerick #8AA71E

Color information

#8AA71E (or 0x8AA71E) is unknown color: approx Limerick. HEX triplet: 8A, A7 and 1E. RGB value is (138,167,30). Sum of RGB (Red+Green+Blue) = 138+167+30=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA71E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA71E is #7558E1. Grayscale: #8F8F8F. Windows color (decimal): -7690466 or 2008970. OLE color: 2008970.

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

Color convert

RGB13816730-
CMYK0.1700.820.35
HSL72.7º69.54%38.63%-
HSV(B)72.7º82.04%65.49%-
XYZ24.5333.136.33-
YUV142.7164.39124.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 167 (65.62% from 255) = 49.85%
BLUE value IS 30 (12.11% from 255) = 8.96%
R=41.19%
G=49.85%
B=8.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138167300.1700.820.3572.769.5438.63
Hex8AA71E1105223494627
Octal212247362101224311110647
Binary100010101010011111110100010101001010001110010011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,167,30); }

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

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

 a { background-color: rgb(138,167,30); }

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

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

 span { border-color: rgb(138,167,30); }

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