#8FAD42

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

Shades of Limerick #8FAD42

Tints of Limerick #8FAD42

Color information

#8FAD42 (or 0x8FAD42) is unknown color: approx Limerick. HEX triplet: 8F, AD and 42. RGB value is (143,173,66). Sum of RGB (Red+Green+Blue) = 143+173+66=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD42 is #7052BD. Grayscale: #989898. Windows color (decimal): -7361214 or 4369807. OLE color: 4369807.

HSL color Cylindrical-coordinate representation of color #8FAD42: hue angle of 76.82º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FAD42 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB14317366-
CMYK0.1700.620.32
HSL76.82º44.77%46.86%-
HSV(B)76.82º61.85%67.84%-
XYZ27.2536.1210.69-
YUV151.8379.56121.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 66 (26.17% from 255) = 17.28%
R=37.43%
G=45.29%
B=17.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143173660.1700.620.3276.8244.7746.86
Hex8FAD421103E204d2d2f
Octal21725510221076401155557
Binary100011111010110110000101000101111101000001001101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,173,66); }

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

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

 a { background-color: rgb(143,173,66); }

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

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

 span { border-color: rgb(143,173,66); }

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