#8AA12A

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

Shades of Limerick #8AA12A

Tints of Limerick #8AA12A

Color information

#8AA12A (or 0x8AA12A) is unknown color: approx Limerick. HEX triplet: 8A, A1 and 2A. RGB value is (138,161,42). Sum of RGB (Red+Green+Blue) = 138+161+42=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA12A is #755ED5. Grayscale: #8D8D8D. Windows color (decimal): -7691990 or 2793866. OLE color: 2793866.

HSL color Cylindrical-coordinate representation of color #8AA12A: hue angle of 71.6º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AA12A is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB13816142-
CMYK0.1400.740.37
HSL71.6º58.62%39.8%-
HSV(B)71.6º73.91%63.14%-
XYZ23.6431.066.94-
YUV140.5672.38126.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 161 (63.28% from 255) = 47.21%
BLUE value IS 42 (16.80% from 255) = 12.32%
R=40.47%
G=47.21%
B=12.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138161420.1400.740.3771.658.6239.8
Hex8AA12AE04A25483b28
Octal21224152160112451107350
Binary10001010101000011010101110010010101001011001000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,161,42); }

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

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

 a { background-color: rgb(138,161,42); }

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

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

 span { border-color: rgb(138,161,42); }

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