#8FB42D

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

Shades of Limerick #8FB42D

Tints of Limerick #8FB42D

Color information

#8FB42D (or 0x8FB42D) is unknown color: approx Limerick. HEX triplet: 8F, B4 and 2D. RGB value is (143,180,45). Sum of RGB (Red+Green+Blue) = 143+180+45=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB42D is #704BD2. Grayscale: #9A9A9A. Windows color (decimal): -7359443 or 2995343. OLE color: 2995343.

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

Color convert

RGB14318045-
CMYK0.2100.750.29
HSL76.44º60%44.12%-
HSV(B)76.44º75%70.59%-
XYZ28.1238.678.46-
YUV153.5566.74120.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 45 (17.97% from 255) = 12.23%
R=38.86%
G=48.91%
B=12.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143180450.2100.750.2976.446044.12
Hex8FB42D1504B1D4c3c2c
Octal21726455250113351147454
Binary10001111101101001011011010101001011111011001100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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