#8CAA2C

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

Shades of Limerick #8CAA2C

Tints of Limerick #8CAA2C

Color information

#8CAA2C (or 0x8CAA2C) is unknown color: approx Limerick. HEX triplet: 8C, AA and 2C. RGB value is (140,170,44). Sum of RGB (Red+Green+Blue) = 140+170+44=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA2C is #7355D3. Grayscale: #939393. Windows color (decimal): -7558612 or 2927244. OLE color: 2927244.

HSL color Cylindrical-coordinate representation of color #8CAA2C: hue angle of 74.29º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CAA2C is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB14017044-
CMYK0.1800.740.33
HSL74.29º58.88%41.96%-
HSV(B)74.29º74.12%66.67%-
XYZ25.6434.517.69-
YUV146.6770.06123.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.55%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 44 (17.58% from 255) = 12.43%
R=39.55%
G=48.02%
B=12.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140170440.1800.740.3374.2958.8841.96
Hex8CAA2C1204A214a3b2a
Octal21425254220112411127352
Binary100011001010101010110010010010010101000011001010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,44); }

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

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

 a { background-color: rgb(140,170,44); }

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

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

 span { border-color: rgb(140,170,44); }

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