#8FA938

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

Shades of Limerick #8FA938

Tints of Limerick #8FA938

Color information

#8FA938 (or 0x8FA938) is unknown color: approx Limerick. HEX triplet: 8F, A9 and 38. RGB value is (143,169,56). Sum of RGB (Red+Green+Blue) = 143+169+56=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA938 is #7056C7. Grayscale: #949494. Windows color (decimal): -7362248 or 3713423. OLE color: 3713423.

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

Color convert

RGB14316956-
CMYK0.1500.670.34
HSL73.81º50.22%44.12%-
HSV(B)73.81º66.86%66.27%-
XYZ26.2334.59.02-
YUV148.3475.89124.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 169 (66.41% from 255) = 45.92%
BLUE value IS 56 (22.27% from 255) = 15.22%
R=38.86%
G=45.92%
B=15.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal143169560.1500.670.3473.8150.2244.12
Hex8FA938F043224a322c
Octal21725170170103421126254
Binary10001111101010011110001111010000111000101001010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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