#8DA232

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

Shades of Limerick #8DA232

Tints of Limerick #8DA232

Color information

#8DA232 (or 0x8DA232) is unknown color: approx Limerick. HEX triplet: 8D, A2 and 32. RGB value is (141,162,50). Sum of RGB (Red+Green+Blue) = 141+162+50=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA232 is #725DCD. Grayscale: #8F8F8F. Windows color (decimal): -7495118 or 3318413. OLE color: 3318413.

HSL color Cylindrical-coordinate representation of color #8DA232: hue angle of 71.25º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DA232 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB14116250-
CMYK0.1300.690.36
HSL71.25º52.83%41.57%-
HSV(B)71.25º69.14%63.53%-
XYZ24.4831.737.85-
YUV142.9575.54126.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 50 (19.92% from 255) = 14.16%
R=39.94%
G=45.89%
B=14.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141162500.1300.690.3671.2552.8341.57
Hex8DA232D0452447352a
Octal21524262150105441076552
Binary10001101101000101100101101010001011001001000111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,50); }

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

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

 a { background-color: rgb(141,162,50); }

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

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

 span { border-color: rgb(141,162,50); }

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