#8CAD32

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

Shades of Limerick #8CAD32

Tints of Limerick #8CAD32

Color information

#8CAD32 (or 0x8CAD32) is unknown color: approx Limerick. HEX triplet: 8C, AD and 32. RGB value is (140,173,50). Sum of RGB (Red+Green+Blue) = 140+173+50=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD32 is #7352CD. Grayscale: #959595. Windows color (decimal): -7557838 or 3321228. OLE color: 3321228.

HSL color Cylindrical-coordinate representation of color #8CAD32: hue angle of 76.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CAD32 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB14017350-
CMYK0.1900.710.32
HSL76.1º55.16%43.73%-
HSV(B)76.1º71.1%67.84%-
XYZ26.3335.698.52-
YUV149.1172.07121.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 173 (67.97% from 255) = 47.66%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=38.57%
G=47.66%
B=13.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140173500.1900.710.3276.155.1643.73
Hex8CAD3213047204c372c
Octal21425562230107401146754
Binary100011001010110111001010011010001111000001001100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,173,50); }

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

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

 a { background-color: rgb(140,173,50); }

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

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

 span { border-color: rgb(140,173,50); }

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