#8FA620

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

Shades of Limerick #8FA620

Tints of Limerick #8FA620

Color information

#8FA620 (or 0x8FA620) is unknown color: approx Limerick. HEX triplet: 8F, A6 and 20. RGB value is (143,166,32). Sum of RGB (Red+Green+Blue) = 143+166+32=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA620 is #7059DF. Grayscale: #909090. Windows color (decimal): -7363040 or 2139791. OLE color: 2139791.

HSL color Cylindrical-coordinate representation of color #8FA620: hue angle of 70.3º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8FA620 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB14316632-
CMYK0.1400.810.35
HSL70.3º67.68%38.82%-
HSV(B)70.3º80.72%65.1%-
XYZ25.2233.226.45-
YUV143.8564.88127.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.94%
GREEN value IS 166 (65.23% from 255) = 48.68%
BLUE value IS 32 (12.89% from 255) = 9.38%
R=41.94%
G=48.68%
B=9.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143166320.1400.810.3570.367.6838.82
Hex8FA620E05123464427
Octal217246401601214310610447
Binary100011111010011010000011100101000110001110001101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,166,32); }

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

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

 a { background-color: rgb(143,166,32); }

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

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

 span { border-color: rgb(143,166,32); }

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