#8CAD34

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

Shades of Limerick #8CAD34

Tints of Limerick #8CAD34

Color information

#8CAD34 (or 0x8CAD34) is unknown color: approx Limerick. HEX triplet: 8C, AD and 34. RGB value is (140,173,52). Sum of RGB (Red+Green+Blue) = 140+173+52=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD34 is #7352CB. Grayscale: #959595. Windows color (decimal): -7557836 or 3452300. OLE color: 3452300.

HSL color Cylindrical-coordinate representation of color #8CAD34: hue angle of 76.36º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CAD34 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB14017352-
CMYK0.1900.700.32
HSL76.36º53.78%44.12%-
HSV(B)76.36º69.94%67.84%-
XYZ26.3835.718.75-
YUV149.3473.07121.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 52 (20.70% from 255) = 14.25%
R=38.36%
G=47.40%
B=14.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140173520.1900.700.3276.3653.7844.12
Hex8CAD3413046204c362c
Octal21425564230106401146654
Binary100011001010110111010010011010001101000001001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,173,52); }

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

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

 a { background-color: rgb(140,173,52); }

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

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

 span { border-color: rgb(140,173,52); }

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