#8FA638

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

Shades of Limerick #8FA638

Tints of Limerick #8FA638

Color information

#8FA638 (or 0x8FA638) is unknown color: approx Limerick. HEX triplet: 8F, A6 and 38. RGB value is (143,166,56). Sum of RGB (Red+Green+Blue) = 143+166+56=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA638 is #7059C7. Grayscale: #939393. Windows color (decimal): -7363016 or 3712655. OLE color: 3712655.

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

Color convert

RGB14316656-
CMYK0.1400.660.35
HSL72.55º49.55%43.53%-
HSV(B)72.55º66.27%65.1%-
XYZ25.6833.48.83-
YUV146.5876.88125.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.18%
GREEN value IS 166 (65.23% from 255) = 45.48%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=39.18%
G=45.48%
B=15.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143166560.1400.660.3572.5549.5543.53
Hex8FA638E0422349322c
Octal21724670160102431116254
Binary10001111101001101110001110010000101000111001001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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