#8CAD38

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

Shades of Limerick #8CAD38

Tints of Limerick #8CAD38

Color information

#8CAD38 (or 0x8CAD38) is unknown color: approx Limerick. HEX triplet: 8C, AD and 38. RGB value is (140,173,56). Sum of RGB (Red+Green+Blue) = 140+173+56=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD38 is #7352C7. Grayscale: #969696. Windows color (decimal): -7557832 or 3714444. OLE color: 3714444.

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

Color convert

RGB14017356-
CMYK0.1900.680.32
HSL76.92º51.09%44.9%-
HSV(B)76.92º67.63%67.84%-
XYZ26.4735.759.25-
YUV149.875.07121.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 56 (22.27% from 255) = 15.18%
R=37.94%
G=46.88%
B=15.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140173560.1900.680.3276.9251.0944.9
Hex8CAD3813044204d332d
Octal21425570230104401156355
Binary100011001010110111100010011010001001000001001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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