#8CA52A

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

Shades of Limerick #8CA52A

Tints of Limerick #8CA52A

Color information

#8CA52A (or 0x8CA52A) is unknown color: approx Limerick. HEX triplet: 8C, A5 and 2A. RGB value is (140,165,42). Sum of RGB (Red+Green+Blue) = 140+165+42=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA52A is #735AD5. Grayscale: #8F8F8F. Windows color (decimal): -7559894 or 2794892. OLE color: 2794892.

HSL color Cylindrical-coordinate representation of color #8CA52A: hue angle of 72.2º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CA52A is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB14016542-
CMYK0.1500.750.35
HSL72.2º59.42%40.59%-
HSV(B)72.2º74.55%64.71%-
XYZ24.6932.657.19-
YUV143.570.72125.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=40.35%
G=47.55%
B=12.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140165420.1500.750.3572.259.4240.59
Hex8CA52AF04B23483b29
Octal21424552170113431107351
Binary10001100101001011010101111010010111000111001000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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