#8FA926

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

Shades of Limerick #8FA926

Tints of Limerick #8FA926

Color information

#8FA926 (or 0x8FA926) is unknown color: approx Limerick. HEX triplet: 8F, A9 and 26. RGB value is (143,169,38). Sum of RGB (Red+Green+Blue) = 143+169+38=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA926 is #7056D9. Grayscale: #929292. Windows color (decimal): -7362266 or 2533775. OLE color: 2533775.

HSL color Cylindrical-coordinate representation of color #8FA926: hue angle of 71.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FA926 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB14316938-
CMYK0.1500.780.34
HSL71.91º63.29%40.59%-
HSV(B)71.91º77.51%66.27%-
XYZ25.8734.367.1-
YUV146.2966.89125.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 169 (66.41% from 255) = 48.29%
BLUE value IS 38 (15.23% from 255) = 10.86%
R=40.86%
G=48.29%
B=10.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal143169380.1500.780.3471.9163.2940.59
Hex8FA926F04E22483f29
Octal21725146170116421107751
Binary10001111101010011001101111010011101000101001000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,169,38); }

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

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

 a { background-color: rgb(143,169,38); }

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

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

 span { border-color: rgb(143,169,38); }

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