#8faa41

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

Shades of Limerick #8FAA41

Tints of Limerick #8FAA41

Color information

#8FAA41 (or 0x8FAA41) is unknown color: approx Limerick. HEX triplet: 8F, AA and 41. RGB value is (143,170,65). Sum of RGB (Red+Green+Blue) = 143+170+65=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA41 is #7055BE. Grayscale: #969696. Windows color (decimal): -7361983 or 4303503. OLE color: 4303503.

HSL color Cylindrical-coordinate representation of color #8FAA41: hue angle of 75.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FAA41 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB14317065-
CMYK0.1600.620.33
HSL75.43º44.68%46.08%-
HSV(B)75.43º61.76%66.67%-
XYZ26.6634.9710.35-
YUV149.9680.05123.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.83%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 65 (25.78% from 255) = 17.20%
R=37.83%
G=44.97%
B=17.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143170650.1600.620.3375.4344.6846.08
Hex8FAA411003E214b2d2e
Octal21725210120076411135556
Binary100011111010101010000011000001111101000011001011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8faa41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,65); }

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

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

 a { background-color: rgb(143,170,65); }

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

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

 span { border-color: rgb(143,170,65); }

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