#8FB42C

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

Shades of Limerick #8FB42C

Tints of Limerick #8FB42C

Color information

#8FB42C (or 0x8FB42C) is unknown color: approx Limerick. HEX triplet: 8F, B4 and 2C. RGB value is (143,180,44). Sum of RGB (Red+Green+Blue) = 143+180+44=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB42C is #704BD3. Grayscale: #999999. Windows color (decimal): -7359444 or 2929807. OLE color: 2929807.

HSL color Cylindrical-coordinate representation of color #8FB42C: hue angle of 76.32º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FB42C is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB14318044-
CMYK0.2100.760.29
HSL76.32º60.71%43.92%-
HSV(B)76.32º75.56%70.59%-
XYZ28.138.668.36-
YUV153.4366.24120.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.96%
GREEN value IS 180 (70.70% from 255) = 49.05%
BLUE value IS 44 (17.58% from 255) = 11.99%
R=38.96%
G=49.05%
B=11.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143180440.2100.760.2976.3260.7143.92
Hex8FB42C1504C1D4c3d2c
Octal21726454250114351147554
Binary10001111101101001011001010101001100111011001100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,44); }

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

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

 a { background-color: rgb(143,180,44); }

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

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

 span { border-color: rgb(143,180,44); }

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