#86AF30

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

Shades of Limerick #86AF30

Tints of Limerick #86AF30

Color information

#86AF30 (or 0x86AF30) is unknown color: approx Limerick. HEX triplet: 86, AF and 30. RGB value is (134,175,48). Sum of RGB (Red+Green+Blue) = 134+175+48=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF30 is #7950CF. Grayscale: #949494. Windows color (decimal): -7950544 or 3190662. OLE color: 3190662.

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

Color convert

RGB13417548-
CMYK0.2300.730.31
HSL79.37º56.95%43.73%-
HSV(B)79.37º72.57%68.63%-
XYZ25.6935.948.38-
YUV148.2671.42117.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 48 (19.14% from 255) = 13.45%
R=37.54%
G=49.02%
B=13.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134175480.2300.730.3179.3756.9543.73
Hex86AF30170491F4f392c
Octal20625760270111371177154
Binary10000110101011111100001011101001001111111001111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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