#8DA12F

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

Shades of Limerick #8DA12F

Tints of Limerick #8DA12F

Color information

#8DA12F (or 0x8DA12F) is unknown color: approx Limerick. HEX triplet: 8D, A1 and 2F. RGB value is (141,161,47). Sum of RGB (Red+Green+Blue) = 141+161+47=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA12F is #725ED0. Grayscale: #8E8E8E. Windows color (decimal): -7495377 or 3121549. OLE color: 3121549.

HSL color Cylindrical-coordinate representation of color #8DA12F: hue angle of 70.53º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DA12F is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB14116147-
CMYK0.1200.710.37
HSL70.53º54.81%40.78%-
HSV(B)70.53º70.81%63.14%-
XYZ24.2431.367.46-
YUV142.0274.37127.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.40%
GREEN value IS 161 (63.28% from 255) = 46.13%
BLUE value IS 47 (18.75% from 255) = 13.47%
R=40.40%
G=46.13%
B=13.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141161470.1200.710.3770.5354.8140.78
Hex8DA12FC04725473729
Octal21524157140107451076751
Binary10001101101000011011111100010001111001011000111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,47); }

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

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

 a { background-color: rgb(141,161,47); }

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

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

 span { border-color: rgb(141,161,47); }

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