#8AA226

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

Shades of Limerick #8AA226

Tints of Limerick #8AA226

Color information

#8AA226 (or 0x8AA226) is unknown color: approx Limerick. HEX triplet: 8A, A2 and 26. RGB value is (138,162,38). Sum of RGB (Red+Green+Blue) = 138+162+38=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA226 is #755DD9. Grayscale: #8D8D8D. Windows color (decimal): -7691738 or 2531978. OLE color: 2531978.

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

Color convert

RGB13816238-
CMYK0.1500.770.36
HSL71.61º62%39.22%-
HSV(B)71.61º76.54%63.53%-
XYZ23.7531.386.64-
YUV140.6970.05126.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.83%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 38 (15.23% from 255) = 11.24%
R=40.83%
G=47.93%
B=11.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162380.1500.770.3671.616239.22
Hex8AA226F04D24483e27
Octal21224246170115441107647
Binary10001010101000101001101111010011011001001001000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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