#8FA32D

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

Shades of Limerick #8FA32D

Tints of Limerick #8FA32D

Color information

#8FA32D (or 0x8FA32D) is unknown color: approx Limerick. HEX triplet: 8F, A3 and 2D. RGB value is (143,163,45). Sum of RGB (Red+Green+Blue) = 143+163+45=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA32D is #705CD2. Grayscale: #909090. Windows color (decimal): -7363795 or 2990991. OLE color: 2990991.

HSL color Cylindrical-coordinate representation of color #8FA32D: hue angle of 70.17º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FA32D is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB14316345-
CMYK0.1200.720.36
HSL70.17º56.73%40.78%-
HSV(B)70.17º72.39%63.92%-
XYZ24.932.227.39-
YUV143.5772.37127.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.74%
GREEN value IS 163 (64.06% from 255) = 46.44%
BLUE value IS 45 (17.97% from 255) = 12.82%
R=40.74%
G=46.44%
B=12.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143163450.1200.720.3670.1756.7340.78
Hex8FA32DC04824463929
Octal21724355140110441067151
Binary10001111101000111011011100010010001001001000110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,45); }

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

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

 a { background-color: rgb(143,163,45); }

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

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

 span { border-color: rgb(143,163,45); }

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