#8FA83C

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

Shades of Limerick #8FA83C

Tints of Limerick #8FA83C

Color information

#8FA83C (or 0x8FA83C) is unknown color: approx Limerick. HEX triplet: 8F, A8 and 3C. RGB value is (143,168,60). Sum of RGB (Red+Green+Blue) = 143+168+60=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA83C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA83C is #7057C3. Grayscale: #949494. Windows color (decimal): -7362500 or 3975311. OLE color: 3975311.

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

Color convert

RGB14316860-
CMYK0.1500.640.34
HSL73.89º47.37%44.71%-
HSV(B)73.89º64.29%65.88%-
XYZ26.1534.179.49-
YUV148.2178.22124.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 168 (66.02% from 255) = 45.28%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=38.54%
G=45.28%
B=16.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal143168600.1500.640.3473.8947.3744.71
Hex8FA83CF040224a2f2d
Octal21725074170100421125755
Binary10001111101010001111001111010000001000101001010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,168,60); }

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

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

 a { background-color: rgb(143,168,60); }

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

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

 span { border-color: rgb(143,168,60); }

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