Html Css Color HEX #86AC1E Limerick

📋 copy color: '#86AC1E'

red 134 ◦ green 172 ◦ blue 30

#86AC1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #86AC1E

Tints of Limerick #86AC1E

RGB

 RED value IS 134 (52.73% from 255) = 39.88%

 GREEN value IS 172 (67.58% from 255) = 51.19%

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 39.88%
G = 51.19%
B = 8.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#86AC1E (or 0x86AC1E) is known color: Limerick. HEX triplet: 86, AC and 1E. RGB value is (134,172,30). Sum of RGB (Red+Green+Blue) = 134+172+30=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC1E is #7953E1. Grayscale: #909090. Windows color (decimal): -7951330 or 2010246. OLE color: 2010246.

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

Color convert

RGB 134 172 30 -
CMYK 0.22 0 0.83 0.33
HSL 76.06º 0.7% 0.4% -
HSV(B) 76.06º 0.83% 0.67% -
XYZ 24.82 34.67 6.61 -
YUV 144.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 134 172 30 0.22 0 0.83 0.33 76.06 0.7 0.4
Hex 86 AC 1E 16 0 53 21 4C 46 28
Octal 206 254 36 26 0 123 41 114 106 50
Binary 10000110 10101100 11110 10110 0 1010011 100001 1001100 1000110 101000

Color Harmonies of #86AC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC1E

Black with #86AC1E

Text Example


Text Example

White with #86AC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,30); }

 H1.HeaderClassName
 {
   color: #86AC1E;
 }
 .AnyTagClassName
 {
   color: #86AC1E;
 }
</style>

background-color css

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

 a { background-color: rgb(134,172,30); }

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

border-color css

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

 span { border-color: rgb(134,172,30); }

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