#8CA12D

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

Shades of Limerick #8CA12D

Tints of Limerick #8CA12D

Color information

#8CA12D (or 0x8CA12D) is unknown color: approx Limerick. HEX triplet: 8C, A1 and 2D. RGB value is (140,161,45). Sum of RGB (Red+Green+Blue) = 140+161+45=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA12D is #735ED2. Grayscale: #8D8D8D. Windows color (decimal): -7560915 or 2990476. OLE color: 2990476.

HSL color Cylindrical-coordinate representation of color #8CA12D: hue angle of 70.86º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CA12D is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB14016145-
CMYK0.1300.720.37
HSL70.86º56.31%40.39%-
HSV(B)70.86º72.05%63.14%-
XYZ24.0331.257.25-
YUV141.573.54126.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 161 (63.28% from 255) = 46.53%
BLUE value IS 45 (17.97% from 255) = 13.01%
R=40.46%
G=46.53%
B=13.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal140161450.1300.720.3770.8656.3140.39
Hex8CA12DD04825473828
Octal21424155150110451077050
Binary10001100101000011011011101010010001001011000111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,161,45); }

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

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

 a { background-color: rgb(140,161,45); }

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

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

 span { border-color: rgb(140,161,45); }

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