#8CAE29

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

Shades of Limerick #8CAE29

Tints of Limerick #8CAE29

Color information

#8CAE29 (or 0x8CAE29) is unknown color: approx Limerick. HEX triplet: 8C, AE and 29. RGB value is (140,174,41). Sum of RGB (Red+Green+Blue) = 140+174+41=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE29 is #7351D6. Grayscale: #959595. Windows color (decimal): -7557591 or 2731660. OLE color: 2731660.

HSL color Cylindrical-coordinate representation of color #8CAE29: hue angle of 75.34º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CAE29 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB14017441-
CMYK0.2000.760.32
HSL75.34º61.86%42.16%-
HSV(B)75.34º76.44%68.24%-
XYZ26.3536.017.66-
YUV148.6767.24121.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.44%
GREEN value IS 174 (68.36% from 255) = 49.01%
BLUE value IS 41 (16.41% from 255) = 11.55%
R=39.44%
G=49.01%
B=11.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140174410.2000.760.3275.3461.8642.16
Hex8CAE291404C204b3e2a
Octal21425651240114401137652
Binary100011001010111010100110100010011001000001001011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,174,41); }

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

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

 a { background-color: rgb(140,174,41); }

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

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

 span { border-color: rgb(140,174,41); }

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