#8CA735

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

Shades of Limerick #8CA735

Tints of Limerick #8CA735

Color information

#8CA735 (or 0x8CA735) is unknown color: approx Limerick. HEX triplet: 8C, A7 and 35. RGB value is (140,167,53). Sum of RGB (Red+Green+Blue) = 140+167+53=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA735 is #7358CA. Grayscale: #929292. Windows color (decimal): -7559371 or 3516300. OLE color: 3516300.

HSL color Cylindrical-coordinate representation of color #8CA735: hue angle of 74.21º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CA735 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB14016753-
CMYK0.1600.680.35
HSL74.21º51.82%43.14%-
HSV(B)74.21º68.26%65.49%-
XYZ25.2833.478.5-
YUV145.9375.55123.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 167 (65.62% from 255) = 46.39%
BLUE value IS 53 (21.09% from 255) = 14.72%
R=38.89%
G=46.39%
B=14.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140167530.1600.680.3574.2151.8243.14
Hex8CA73510044234a342b
Octal21424765200104431126453
Binary100011001010011111010110000010001001000111001010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,167,53); }

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

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

 a { background-color: rgb(140,167,53); }

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

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

 span { border-color: rgb(140,167,53); }

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