#86AF15

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

Shades of Limerick #86AF15

Tints of Limerick #86AF15

Color information

#86AF15 (or 0x86AF15) is unknown color: approx Limerick. HEX triplet: 86, AF and 15. RGB value is (134,175,21). Sum of RGB (Red+Green+Blue) = 134+175+21=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AF15 is #7950EA. Grayscale: #919191. Windows color (decimal): -7950571 or 1421190. OLE color: 1421190.

HSL color Cylindrical-coordinate representation of color #86AF15: hue angle of 75.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86AF15 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB13417521-
CMYK0.2300.880.31
HSL75.97º78.57%38.43%-
HSV(B)75.97º88%68.63%-
XYZ25.335.786.28-
YUV145.1857.92120.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 175 (68.75% from 255) = 53.03%
BLUE value IS 21 (8.59% from 255) = 6.36%
R=40.61%
G=53.03%
B=6.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134175210.2300.880.3175.9778.5738.43
Hex86AF15170581F4c4f26
Octal206257252701303711411746
Binary10000110101011111010110111010110001111110011001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AF15; }

 p { color: rgb(134,175,21); }

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

<style>
 a { background-color: #86AF15; }

 a { background-color: rgb(134,175,21); }

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

<style>
 span { border-color: #86AF15; }

 span { border-color: rgb(134,175,21); }

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