#8CAA36

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

Shades of Limerick #8CAA36

Tints of Limerick #8CAA36

Color information

#8CAA36 (or 0x8CAA36) is unknown color: approx Limerick. HEX triplet: 8C, AA and 36. RGB value is (140,170,54). Sum of RGB (Red+Green+Blue) = 140+170+54=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA36 is #7355C9. Grayscale: #949494. Windows color (decimal): -7558602 or 3582604. OLE color: 3582604.

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

Color convert

RGB14017054-
CMYK0.1800.680.33
HSL75.52º51.79%43.92%-
HSV(B)75.52º68.24%66.67%-
XYZ25.8634.598.8-
YUV147.8175.06122.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 54 (21.48% from 255) = 14.84%
R=38.46%
G=46.70%
B=14.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140170540.1800.680.3375.5251.7943.92
Hex8CAA3612044214c342c
Octal21425266220104411146454
Binary100011001010101011011010010010001001000011001100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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