#8CAE41

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

Shades of Limerick #8CAE41

Tints of Limerick #8CAE41

Color information

#8CAE41 (or 0x8CAE41) is unknown color: approx Limerick. HEX triplet: 8C, AE and 41. RGB value is (140,174,65). Sum of RGB (Red+Green+Blue) = 140+174+65=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE41 is #7351BE. Grayscale: #979797. Windows color (decimal): -7557567 or 4304524. OLE color: 4304524.

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

Color convert

RGB14017465-
CMYK0.2000.630.32
HSL78.72º45.61%46.86%-
HSV(B)78.72º62.64%68.24%-
XYZ26.9136.2310.58-
YUV151.4179.24119.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.94%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=36.94%
G=45.91%
B=17.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140174650.2000.630.3278.7245.6146.86
Hex8CAE411403F204f2e2f
Octal21425610124077401175657
Binary100011001010111010000011010001111111000001001111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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