#8CAE34

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

Shades of Limerick #8CAE34

Tints of Limerick #8CAE34

Color information

#8CAE34 (or 0x8CAE34) is unknown color: approx Limerick. HEX triplet: 8C, AE and 34. RGB value is (140,174,52). Sum of RGB (Red+Green+Blue) = 140+174+52=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 174 (68.36% from 255 or 47.54% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE34 is #7351CB. Grayscale: #969696. Windows color (decimal): -7557580 or 3452556. OLE color: 3452556.

HSL color Cylindrical-coordinate representation of color #8CAE34: hue angle of 76.72º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CAE34 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB14017452-
CMYK0.2000.700.32
HSL76.72º53.98%44.31%-
HSV(B)76.72º70.11%68.24%-
XYZ26.5736.18.82-
YUV149.9372.74120.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.25%
GREEN value IS 174 (68.36% from 255) = 47.54%
BLUE value IS 52 (20.70% from 255) = 14.21%
R=38.25%
G=47.54%
B=14.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140174520.2000.700.3276.7253.9844.31
Hex8CAE3414046204d362c
Octal21425664240106401156654
Binary100011001010111011010010100010001101000001001101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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