#8FB82D

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

Shades of Limerick #8FB82D

Tints of Limerick #8FB82D

Color information

#8FB82D (or 0x8FB82D) is unknown color: approx Limerick. HEX triplet: 8F, B8 and 2D. RGB value is (143,184,45). Sum of RGB (Red+Green+Blue) = 143+184+45=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB82D is #7047D2. Grayscale: #9C9C9C. Windows color (decimal): -7358419 or 2996367. OLE color: 2996367.

HSL color Cylindrical-coordinate representation of color #8FB82D: hue angle of 77.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FB82D is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB14318445-
CMYK0.2200.760.28
HSL77.7º60.7%44.9%-
HSV(B)77.7º75.54%72.16%-
XYZ28.9440.318.74-
YUV155.8965.42118.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.44%
GREEN value IS 184 (72.27% from 255) = 49.46%
BLUE value IS 45 (17.97% from 255) = 12.10%
R=38.44%
G=49.46%
B=12.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal143184450.2200.760.2877.760.744.9
Hex8FB82D1604C1C4e3d2d
Octal21727055260114341167555
Binary10001111101110001011011011001001100111001001110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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