#8CA936

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

Shades of Limerick #8CA936

Tints of Limerick #8CA936

Color information

#8CA936 (or 0x8CA936) is unknown color: approx Limerick. HEX triplet: 8C, A9 and 36. RGB value is (140,169,54). Sum of RGB (Red+Green+Blue) = 140+169+54=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA936 is #7356C9. Grayscale: #939393. Windows color (decimal): -7558858 or 3582348. OLE color: 3582348.

HSL color Cylindrical-coordinate representation of color #8CA936: hue angle of 75.13º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CA936 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB14016954-
CMYK0.1700.680.34
HSL75.13º51.57%43.73%-
HSV(B)75.13º68.05%66.27%-
XYZ25.6734.228.74-
YUV147.2275.39122.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 169 (66.41% from 255) = 46.56%
BLUE value IS 54 (21.48% from 255) = 14.88%
R=38.57%
G=46.56%
B=14.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140169540.1700.680.3475.1351.5743.73
Hex8CA93611044224b342c
Octal21425166210104421136454
Binary100011001010100111011010001010001001000101001011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,169,54); }

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

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

 a { background-color: rgb(140,169,54); }

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

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

 span { border-color: rgb(140,169,54); }

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