#8CC11C

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

Shades of Limerick #8CC11C

Tints of Limerick #8CC11C

Color information

#8CC11C (or 0x8CC11C) is unknown color: approx Limerick. HEX triplet: 8C, C1 and 1C. RGB value is (140,193,28). Sum of RGB (Red+Green+Blue) = 140+193+28=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC11C is #733EE3. Grayscale: #9E9E9E. Windows color (decimal): -7552740 or 1884556. OLE color: 1884556.

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

Color convert

RGB14019328-
CMYK0.2700.850.24
HSL79.27º74.66%43.33%-
HSV(B)79.27º85.49%75.69%-
XYZ30.0943.87.97-
YUV158.3454.44114.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 193 (75.78% from 255) = 53.46%
BLUE value IS 28 (11.33% from 255) = 7.76%
R=38.78%
G=53.46%
B=7.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140193280.2700.850.2479.2774.6643.33
Hex8CC11C1B055184f4b2b
Octal214301343301253011711353
Binary10001100110000011110011011010101011100010011111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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