#87AD1F

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

Shades of Limerick #87AD1F

Tints of Limerick #87AD1F

Color information

#87AD1F (or 0x87AD1F) is unknown color: approx Limerick. HEX triplet: 87, AD and 1F. RGB value is (135,173,31). Sum of RGB (Red+Green+Blue) = 135+173+31=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87AD1F is #7852E0. Grayscale: #919191. Windows color (decimal): -7885537 or 2076039. OLE color: 2076039.

HSL color Cylindrical-coordinate representation of color #87AD1F: hue angle of 76.06º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #87AD1F is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB13517331-
CMYK0.2200.820.32
HSL76.06º69.61%40%-
HSV(B)76.06º82.08%67.84%-
XYZ25.1835.146.75-
YUV145.4563.41120.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 173 (67.97% from 255) = 51.03%
BLUE value IS 31 (12.5% from 255) = 9.14%
R=39.82%
G=51.03%
B=9.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135173310.2200.820.3276.0669.6140
Hex87AD1F16052204c4628
Octal207255372601224011410650
Binary100001111010110111111101100101001010000010011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AD1F; }

 p { color: rgb(135,173,31); }

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

<style>
 a { background-color: #87AD1F; }

 a { background-color: rgb(135,173,31); }

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

<style>
 span { border-color: #87AD1F; }

 span { border-color: rgb(135,173,31); }

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