#8CC11A

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

Shades of Limerick #8CC11A

Tints of Limerick #8CC11A

Color information

#8CC11A (or 0x8CC11A) is unknown color: approx Limerick. HEX triplet: 8C, C1 and 1A. RGB value is (140,193,26). Sum of RGB (Red+Green+Blue) = 140+193+26=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC11A is #733EE5. Grayscale: #9E9E9E. Windows color (decimal): -7552742 or 1753484. OLE color: 1753484.

HSL color Cylindrical-coordinate representation of color #8CC11A: hue angle of 79.04º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CC11A is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB14019326-
CMYK0.2700.870.24
HSL79.04º76.26%42.94%-
HSV(B)79.04º86.53%75.69%-
XYZ30.0743.797.84-
YUV158.1253.44115.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 193 (75.78% from 255) = 53.76%
BLUE value IS 26 (10.55% from 255) = 7.24%
R=39.00%
G=53.76%
B=7.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140193260.2700.870.2479.0476.2642.94
Hex8CC11A1B057184f4c2b
Octal214301323301273011711453
Binary10001100110000011101011011010101111100010011111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,193,26); }

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

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

 a { background-color: rgb(140,193,26); }

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

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

 span { border-color: rgb(140,193,26); }

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