#8CA42D

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

Shades of Limerick #8CA42D

Tints of Limerick #8CA42D

Color information

#8CA42D (or 0x8CA42D) is unknown color: approx Limerick. HEX triplet: 8C, A4 and 2D. RGB value is (140,164,45). Sum of RGB (Red+Green+Blue) = 140+164+45=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA42D is #735BD2. Grayscale: #8F8F8F. Windows color (decimal): -7560147 or 2991244. OLE color: 2991244.

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

Color convert

RGB14016445-
CMYK0.1500.730.36
HSL72.1º56.94%40.98%-
HSV(B)72.1º72.56%64.31%-
XYZ24.5632.327.43-
YUV143.2672.55125.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.11%
GREEN value IS 164 (64.45% from 255) = 46.99%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=40.11%
G=46.99%
B=12.89%

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
Decimal140164450.1500.730.3672.156.9440.98
Hex8CA42DF04924483929
Octal21424455170111441107151
Binary10001100101001001011011111010010011001001001000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,45); }

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

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

 a { background-color: rgb(140,164,45); }

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

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

 span { border-color: rgb(140,164,45); }

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