#8CA32A

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

Shades of Limerick #8CA32A

Tints of Limerick #8CA32A

Color information

#8CA32A (or 0x8CA32A) is unknown color: approx Limerick. HEX triplet: 8C, A3 and 2A. RGB value is (140,163,42). Sum of RGB (Red+Green+Blue) = 140+163+42=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA32A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA32A is #735CD5. Grayscale: #8E8E8E. Windows color (decimal): -7560406 or 2794380. OLE color: 2794380.

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

Color convert

RGB14016342-
CMYK0.1400.740.36
HSL71.4º59.02%40.2%-
HSV(B)71.4º74.23%63.92%-
XYZ24.3331.947.07-
YUV142.3371.38126.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 163 (64.06% from 255) = 47.25%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=40.58%
G=47.25%
B=12.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140163420.1400.740.3671.459.0240.2
Hex8CA32AE04A24473b28
Octal21424352160112441077350
Binary10001100101000111010101110010010101001001000111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,42); }

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

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

 a { background-color: rgb(140,163,42); }

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

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

 span { border-color: rgb(140,163,42); }

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