#8CA631

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

Shades of Limerick #8CA631

Tints of Limerick #8CA631

Color information

#8CA631 (or 0x8CA631) is unknown color: approx Limerick. HEX triplet: 8C, A6 and 31. RGB value is (140,166,49). Sum of RGB (Red+Green+Blue) = 140+166+49=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA631 is #7359CE. Grayscale: #919191. Windows color (decimal): -7559631 or 3253900. OLE color: 3253900.

HSL color Cylindrical-coordinate representation of color #8CA631: hue angle of 73.33º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CA631 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB14016649-
CMYK0.1600.700.35
HSL73.33º54.42%42.16%-
HSV(B)73.33º70.48%65.1%-
XYZ25.0133.077.97-
YUV144.8973.89124.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.44%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 49 (19.53% from 255) = 13.80%
R=39.44%
G=46.76%
B=13.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal140166490.1600.700.3573.3354.4242.16
Hex8CA631100462349362a
Octal21424661200106431116652
Binary100011001010011011000110000010001101000111001001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,166,49); }

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

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

 a { background-color: rgb(140,166,49); }

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

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

 span { border-color: rgb(140,166,49); }

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