#8DC318

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

Shades of Limerick #8DC318

Tints of Limerick #8DC318

Color information

#8DC318 (or 0x8DC318) is unknown color: approx Limerick. HEX triplet: 8D, C3 and 18. RGB value is (141,195,24). Sum of RGB (Red+Green+Blue) = 141+195+24=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC318 is #723CE7. Grayscale: #9F9F9F. Windows color (decimal): -7486696 or 1622925. OLE color: 1622925.

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

Color convert

RGB14119524-
CMYK0.2800.880.24
HSL78.95º78.08%42.94%-
HSV(B)78.95º87.69%76.47%-
XYZ30.6644.767.89-
YUV159.3651.61114.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.17%
GREEN value IS 195 (76.56% from 255) = 54.17%
BLUE value IS 24 (9.77% from 255) = 6.67%
R=39.17%
G=54.17%
B=6.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141195240.2800.880.2478.9578.0842.94
Hex8DC3181C058184f4e2b
Octal215303303401303011711653
Binary10001101110000111100011100010110001100010011111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,24); }

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

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

 a { background-color: rgb(141,195,24); }

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

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

 span { border-color: rgb(141,195,24); }

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