#8DA133

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

Shades of Limerick #8DA133

Tints of Limerick #8DA133

Color information

#8DA133 (or 0x8DA133) is unknown color: approx Limerick. HEX triplet: 8D, A1 and 33. RGB value is (141,161,51). Sum of RGB (Red+Green+Blue) = 141+161+51=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA133 is #725ECC. Grayscale: #8E8E8E. Windows color (decimal): -7495373 or 3383693. OLE color: 3383693.

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

Color convert

RGB14116151-
CMYK0.1200.680.37
HSL70.91º51.89%41.57%-
HSV(B)70.91º68.32%63.14%-
XYZ24.3331.397.91-
YUV142.4876.37126.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 161 (63.28% from 255) = 45.61%
BLUE value IS 51 (20.31% from 255) = 14.45%
R=39.94%
G=45.61%
B=14.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141161510.1200.680.3770.9151.8941.57
Hex8DA133C0442547342a
Octal21524163140104451076452
Binary10001101101000011100111100010001001001011000111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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