#8FA529

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

Shades of Limerick #8FA529

Tints of Limerick #8FA529

Color information

#8FA529 (or 0x8FA529) is unknown color: approx Limerick. HEX triplet: 8F, A5 and 29. RGB value is (143,165,41). Sum of RGB (Red+Green+Blue) = 143+165+41=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA529 is #705AD6. Grayscale: #909090. Windows color (decimal): -7363287 or 2729359. OLE color: 2729359.

HSL color Cylindrical-coordinate representation of color #8FA529: hue angle of 70.65º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FA529 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB14316541-
CMYK0.1300.750.35
HSL70.65º60.19%40.39%-
HSV(B)70.65º75.15%64.71%-
XYZ25.1832.917.12-
YUV144.2969.71127.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.97%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 41 (16.41% from 255) = 11.75%
R=40.97%
G=47.28%
B=11.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143165410.1300.750.3570.6560.1940.39
Hex8FA529D04B23473c28
Octal21724551150113431077450
Binary10001111101001011010011101010010111000111000111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,165,41); }

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

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

 a { background-color: rgb(143,165,41); }

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

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

 span { border-color: rgb(143,165,41); }

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