#8CAD31

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

Shades of Limerick #8CAD31

Tints of Limerick #8CAD31

Color information

#8CAD31 (or 0x8CAD31) is unknown color: approx Limerick. HEX triplet: 8C, AD and 31. RGB value is (140,173,49). Sum of RGB (Red+Green+Blue) = 140+173+49=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD31 is #7352CE. Grayscale: #959595. Windows color (decimal): -7557839 or 3255692. OLE color: 3255692.

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

Color convert

RGB14017349-
CMYK0.1900.720.32
HSL75.97º55.86%43.53%-
HSV(B)75.97º71.68%67.84%-
XYZ26.3135.688.41-
YUV14971.57121.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 173 (67.97% from 255) = 47.79%
BLUE value IS 49 (19.53% from 255) = 13.54%
R=38.67%
G=47.79%
B=13.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140173490.1900.720.3275.9755.8643.53
Hex8CAD3113048204c382c
Octal21425561230110401147054
Binary100011001010110111000110011010010001000001001100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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