#8CAE2A

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

Shades of Limerick #8CAE2A

Tints of Limerick #8CAE2A

Color information

#8CAE2A (or 0x8CAE2A) is unknown color: approx Limerick. HEX triplet: 8C, AE and 2A. RGB value is (140,174,42). Sum of RGB (Red+Green+Blue) = 140+174+42=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE2A is #7351D5. Grayscale: #959595. Windows color (decimal): -7557590 or 2797196. OLE color: 2797196.

HSL color Cylindrical-coordinate representation of color #8CAE2A: hue angle of 75.45º degrees, saturation: 0.61, 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 #8CAE2A is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB14017442-
CMYK0.2000.760.32
HSL75.45º61.11%42.35%-
HSV(B)75.45º75.86%68.24%-
XYZ26.3736.017.75-
YUV148.7967.74121.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.33%
GREEN value IS 174 (68.36% from 255) = 48.88%
BLUE value IS 42 (16.80% from 255) = 11.80%
R=39.33%
G=48.88%
B=11.80%

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
Decimal140174420.2000.760.3275.4561.1142.35
Hex8CAE2A1404C204b3d2a
Octal21425652240114401137552
Binary100011001010111010101010100010011001000001001011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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