#8CAE15

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

Shades of Limerick #8CAE15

Tints of Limerick #8CAE15

Color information

#8CAE15 (or 0x8CAE15) is unknown color: approx Limerick. HEX triplet: 8C, AE and 15. RGB value is (140,174,21). Sum of RGB (Red+Green+Blue) = 140+174+21=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAE15 is #7351EA. Grayscale: #929292. Windows color (decimal): -7557611 or 1420940. OLE color: 1420940.

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

Color convert

RGB14017421-
CMYK0.2000.880.32
HSL73.33º78.46%38.24%-
HSV(B)73.33º87.93%68.24%-
XYZ26.0935.96.26-
YUV146.3957.24123.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 174 (68.36% from 255) = 51.94%
BLUE value IS 21 (8.59% from 255) = 6.27%
R=41.79%
G=51.94%
B=6.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140174210.2000.880.3273.3378.4638.24
Hex8CAE151405820494e26
Octal214256252401304011111646
Binary100011001010111010101101000101100010000010010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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