#8AA22F

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

Shades of Limerick #8AA22F

Tints of Limerick #8AA22F

Color information

#8AA22F (or 0x8AA22F) is unknown color: approx Limerick. HEX triplet: 8A, A2 and 2F. RGB value is (138,162,47). Sum of RGB (Red+Green+Blue) = 138+162+47=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA22F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA22F is #755DD0. Grayscale: #8E8E8E. Windows color (decimal): -7691729 or 3121802. OLE color: 3121802.

HSL color Cylindrical-coordinate representation of color #8AA22F: hue angle of 72.52º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AA22F is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB13816247-
CMYK0.1500.710.36
HSL72.52º55.02%40.98%-
HSV(B)72.52º70.99%63.53%-
XYZ23.9131.457.5-
YUV141.7174.55125.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 47 (18.75% from 255) = 13.54%
R=39.77%
G=46.69%
B=13.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162470.1500.710.3672.5255.0240.98
Hex8AA22FF04724493729
Octal21224257170107441116751
Binary10001010101000101011111111010001111001001001001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,47); }

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

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

 a { background-color: rgb(138,162,47); }

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

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

 span { border-color: rgb(138,162,47); }

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