#8AA22C

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

Shades of Limerick #8AA22C

Tints of Limerick #8AA22C

Color information

#8AA22C (or 0x8AA22C) is unknown color: approx Limerick. HEX triplet: 8A, A2 and 2C. RGB value is (138,162,44). Sum of RGB (Red+Green+Blue) = 138+162+44=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA22C is #755DD3. Grayscale: #8D8D8D. Windows color (decimal): -7691732 or 2925194. OLE color: 2925194.

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

Color convert

RGB13816244-
CMYK0.1500.730.36
HSL72.2º57.28%40.39%-
HSV(B)72.2º72.84%63.53%-
XYZ23.8631.437.19-
YUV141.3773.05125.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 44 (17.58% from 255) = 12.79%
R=40.12%
G=47.09%
B=12.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162440.1500.730.3672.257.2840.39
Hex8AA22CF04924483928
Octal21224254170111441107150
Binary10001010101000101011001111010010011001001001000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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